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

DateNavigator.FirstDayOfWeek Property

Gets or sets the day from which the Date Navigator‘s week starts. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public DayOfWeek? FirstDayOfWeek { get; set; }

Property Value

Type Description
Nullable<DayOfWeek>

A Nullable<T><DayOfWeek,> object.

Remarks

Use the FirstDayOfWeek property to specify the particular day of week from which weeks in the DateNavigator control should be started.

DateNavigator_FirstDayOfWeek

Note

If the DateNavigator control is bound to the SchedulerControl, the OptionsView.FirstDayOfWeek property will have priority over FirstDayOfWeek.

See Also