Skip to main content

WeeklyRecurrenceControl.FirstDayOfWeek Property

Gets or sets the day which starts the WeeklyRecurrenceControl 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 WeeklyRecurrenceControl.

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