Skip to main content

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(DayOfWeek.Sunday, Handler = "OnFirstDayOfWeekChanged")]
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