DateNavigator.FirstDayOfWeek Property
Gets or sets the day of the week from which the Date Navigator’s week starts. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DevExpress.UI.Xaml.Editors.FirstDayOfWeek | A DevExpress.UI.Xaml.Editors.FirstDayOfWeek object. |
Remarks
Use the FirstDayOfWeek property to specify the particular day of the week from which weeks in the DateNavigator control should start.
See Also