WeeklyRecurrenceControl.FirstDayOfWeek Property
Gets or sets the day which starts the WeeklyRecurrenceControl control's week.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DayOfWeek | A DayOfWeek enumeration value specifying the first day of the week for the WeeklyRecurrenceControl. |
Remarks
By default, FirstDayOfWeek is set to the first day of the week that is obtained from the regional options of the local machine.
See Also