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

ASPxScheduler.FirstDayOfWeek Property

Gets the day which the ASPXScheduler‘s week starts from.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public DayOfWeek FirstDayOfWeek { get; }

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