Skip to main content
A newer version of this page is available. .
Tab

ASPxCalendar.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

This property is a wrapper of the CalendarProperties.FirstDayOfWeek property.

See Also