CalendarProperties.FirstDayOfWeek Property
In This Article
Gets or sets the day to display as the first day of the week within the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FirstDayOfWeek.Default)]
public FirstDayOfWeek FirstDayOfWeek { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
First |
Default | A First |
#Remarks
The FirstDayOfWeek property synchronizes its value with the editor’s ASPxCalendar.FirstDayOfWeek property.
See Also