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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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