Skip to main content
A newer version of this page is available. .

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; }

Property Value

Type Default Description
FirstDayOfWeek **System**

A FirstDayOfWeek enumeration value specifying the start day of the week for the View.

Available values:

Name Description
System

The start day of the week will be obtained from the regional settings of the operating system.

Sunday

The calendar week will start with Sunday.

Monday

The calendar week will start with Monday.

Tuesday

The calendar week will start with Tuesday.

Wednesday

The calendar week will start with Wednesday.

Thursday

The calendar week will start with Thursday.

Friday

The calendar week will start with Friday.

Saturday

The calendar week will start with Saturday.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FirstDayOfWeek
WinForms Controls SchedulerControl
.OptionsView.FirstDayOfWeek
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsView.FirstDayOfWeek
MVCxScheduler
.OptionsView.FirstDayOfWeek
SchedulerSettings
.OptionsView.FirstDayOfWeek
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsView.FirstDayOfWeek

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FirstDayOfWeek property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also