Skip to main content

WeekDaysCheckEdit.FirstDayOfWeek Property

Gets or sets the day which starts the WeekDaysCheckEdit control's week.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public DayOfWeek FirstDayOfWeek { get; set; }
Public Property FirstDayOfWeek As DayOfWeek

Property Value

Type Description
DayOfWeek

A DayOfWeek enumeration value specifying the first day of the week for the WeekDaysCheckEdit.

Remarks

By default, FirstDayOfWeek is set to the first day of the week that is obtained from the regional options of the local machine.

See Also