ASPxScheduler.FirstDayOfWeek Property
Gets the day which the ASPXScheduler‘s week starts from.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DayOfWeek | A DayOfWeek enumeration value specifying the start day of the week for the Scheduler. |
Remarks
Use this property to obtain the start day of the week in the Scheduler.
See Also