Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DayOfWeek FirstDayOfWeek { get; set; }

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