DateNavigator.FirstDayOfWeek Property
Gets or sets the first day of the week in the Date Navigator. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<DayOfWeek> | The first day of the week. |
Remarks
Use the FirstDayOfWeek property to specify the first day of week in the DateNavigator control.

<Window ...
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
<dxe:DateNavigator FirstDayOfWeek="Monday"/>
</Window>

See Also