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

DateNavigator.FirstDayOfWeek Property

Gets the day to display as the first day of the week within the calendar.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[Browsable(false)]
public override DayOfWeek FirstDayOfWeek { get; }

Property Value

Type Description
DayOfWeek

A DayOfWeek enumeration value specifying the first day of the week.

Remarks

Use the SchedulerControl.FirstDayOfWeek property to specify the first day of week for the SchedulerControl and for the bound DateNavigator control.

See Also