Skip to main content

DateNavigator.FirstDayOfWeek Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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