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.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v21.1.dll

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