Back to Devexpress

WeeklyRecurrenceControl.FirstDayOfWeek Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-weeklyrecurrencecontrol.md

latest2.3 KB
Original Source

WeeklyRecurrenceControl.FirstDayOfWeek Property

Gets or sets the day which starts the WeeklyRecurrenceControl ‘s week.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(FirstDayOfWeek.System)]
[DXCategory("Behavior")]
public FirstDayOfWeek FirstDayOfWeek { get; set; }
vb
<DefaultValue(FirstDayOfWeek.System)>
<DXCategory("Behavior")>
Public Property FirstDayOfWeek As FirstDayOfWeek

Property Value

TypeDefaultDescription
FirstDayOfWeekSystem

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

|

Available values:

NameDescription
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

WeeklyRecurrenceControl Class

WeeklyRecurrenceControl Members

DevExpress.XtraScheduler.UI Namespace