A simple dropdown property editor for content editors to select a day of the week, with configurable start day options.
It is based on .net's DayOfWeek Enum.
- Dropdown UI for selecting a day of the week.
- Configurable start day (e.g., Monday as the first day instead of Sunday).
- Easy integration into your .NET application.
By default the dropdown's first day will be Monday.
When saving the day a value converter will take care of the database entry, as it is stored as a numeric value.
You can change the start day in the dropdown via the settings in the datatype:

The result of changing the start of week to Friday:



