A newer version of this page is available.
Switch to the current version.
WeekDaysCheckEdit.FirstDayOfWeek Property
Gets or sets the day which starts the WeekDaysCheckEdit control's week.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[DefaultValue(FirstDayOfWeek.System)]
public FirstDayOfWeek FirstDayOfWeek { get; set; }
<DefaultValue(FirstDayOfWeek.System)>
Public Property FirstDayOfWeek As FirstDayOfWeek
Property Value
Type | Default | Description |
---|---|---|
FirstDayOfWeek | System |
A FirstDayOfWeek enumeration value specifying the first day of the week for the WeekDaysCheckEdit. |
Remarks
The default setting is FirstDayOfWeek.System, which means that the first day of the week is obtained from the regional options of the local machine.
See Also
Feedback