| KaxCalendarFirstDayOfWeek Property |
Specifies the day to display as the first day of the week on the KaxCalendar control.
The FirstDayOfWeek enumeration can be found in System.Web.UI.WebControls Namespace.
Namespace: Kettic.AspNet.Controls
The FirstDayOfWeek enumeration represents the values that specify which day to display as the first day of the week on the KaxCalendar control.
| Member name | Description |
|---|---|
| Default | The first day of the week is specified by the system settings. |
| Friday | The first day of the week is Friday. |
| Monday | The first day of the week is Monday. |
| Saturday | The first day of the week is Saturday. |
| Sunday | The first day of the week is Sunday. |
| Thursday | The first day of the week is Thursday. |
| Tuesday | The first day of the week is Tuesday. |
| Wednesday | The first day of the week is Wednesday. |