DateNavigator.FirstDayOfWeek Property
Gets or sets the day of the week from which the Date Navigator's week starts.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Day |
A Nullable |
#Remarks
Use the FirstDayOfWeek property to specify the particular day of the week from which weeks in the DateNavigator control should be started.
NOTE
If the Date
#Examples
This example demonstrates how to customize the DateNavigator control. To do this, it is necessary to modify the DateNavigator object.
<dxe:DateNavigator HighlightSpecialDates="True"
HighlightHolidays="True"
ShowTodayButton="True"
ShowWeekNumbers="True"
WeekNumberRule="FirstDay"
FirstDayOfWeek="Sunday"
IsMultiSelect="True"
MaxSelectionLength="3"/>