DateNavigator.FirstDayOfWeek Property
Gets the day to display as the first day of the week within the calendar.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DayOfWeek | A DayOfWeek enumeration value specifying the first day of the week. |
Remarks
Use the SchedulerControl.FirstDayOfWeek property to specify the first day of week for the SchedulerControl and for the bound DateNavigator control.
See Also