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.v24.1.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.
Note
If the DateNavigator control is bound to the SchedulerControl, the OptionsView.FirstDayOfWeek property has priority over FirstDayOfWeek.
<Window ...
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
<dxe:DateNavigator FirstDayOfWeek="Monday"/>
</Window>
See Also