Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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