A newer version of this page is available.
Switch to the current version.
SchedulerOptionsViewBase.FirstDayOfWeek Property
Gets or sets the day which the scheduler's view week starts from.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[DefaultValue(FirstDayOfWeek.System)]
[XtraSerializableProperty]
public FirstDayOfWeek FirstDayOfWeek { get; set; }
<DefaultValue(FirstDayOfWeek.System)>
<XtraSerializableProperty>
Public Property FirstDayOfWeek As FirstDayOfWeek
Property Value
Type | Default | Description |
---|---|---|
FirstDayOfWeek | System |
A FirstDayOfWeek enumeration value specifying the start day of the week for the View. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to FirstDayOfWeek |
---|---|---|
WinForms Controls | SchedulerControl |
|
ASP.NET Controls and MVC Extensions | ASPxScheduler |
|
MVCxScheduler |
|
|
SchedulerSettings |
|
|
ASP.NET Bootstrap Controls | BootstrapScheduler |
|
BootstrapScheduler |
|
Remarks
Note that if the FirstDayOfWeek property is set to FirstDayOfWeek.System, then the first day of the week will be obtained from the regional options of the local machine.
See Also
Feedback