SchedulerControl.FirstDayOfWeek Property
Specifies the day which the SchedulerControl’s week starts. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DayOfWeek | A System.DayOfWeek enumeration value specifying the start day of the week for the Scheduler. The default is DayOfWeek.Sunday. |
See Also