Back to Devexpress

FirstDayOfWeek Enum

corelibraries-devexpress-dot-xtrascheduler-5a7f57c3.md

latest2.7 KB
Original Source

FirstDayOfWeek Enum

Lists the days which can be used to specify the first day of the week.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public enum FirstDayOfWeek
vb
Public Enum FirstDayOfWeek

Members

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.

|

The following properties accept/return FirstDayOfWeek values:

LibraryRelated API Members
Cross-Platform Class LibrarySchedulerOptionsViewBase.FirstDayOfWeek
SchedulerPrintAdapter.FirstDayOfWeek
WinForms ControlsWeekDaysCheckEdit.FirstDayOfWeek
WeeklyRecurrenceControl.FirstDayOfWeek
WPF ControlsSchedulerPrintAdapter.FirstDayOfWeek
ASP.NET Web Forms ControlsASPxSchedulerPrintAdapterBase.FirstDayOfWeek

Remarks

Use this enumeration’s members to specify the first day of the week for a Scheduler control. This enumeration’s values are used by the SchedulerOptionsViewBase.FirstDayOfWeek property.

See Also

FirstDayOfWeek

DevExpress.XtraScheduler Namespace