Skip to main content
Tab

CalendarProperties.FirstDayOfWeek Property

Gets or sets the day to display as the first day of the week within the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
FirstDayOfWeek Default

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

Remarks

The FirstDayOfWeek property synchronizes its value with the editor’s ASPxCalendar.FirstDayOfWeek property.

See Also