DateNavigator.FirstDayOfWeek Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Day |
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 Date
<Window ...
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
<dxe:DateNavigator FirstDayOfWeek="Monday"/>
</Window>
See Also