Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WeekDaysCheckEdit.FirstDayOfWeek Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

[DefaultValue(FirstDayOfWeek.System)]
public FirstDayOfWeek FirstDayOfWeek { get; set; }

#Property Value

Type Default Description
FirstDayOfWeek System

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

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.

#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