DateNavigator.DayNameFormat Property
In This Article
Gets or sets the value that specifies the format for names of the days of the week. 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 |
---|---|
Calendar |
A Calendar |
Available values:
Name | Description |
---|---|
Full |
Full names of the days of the week are shown. |
Abbreviated |
Abbreviated names of the days of the week are shown: Sun, Mon, Tue, Wed, Thu, Fri, Sat |
Shortest |
Shortest names of the days of the week are shown: Su, Mo, Tu, We, Th, Fr, Sa |
#Remarks
The days of the week are shown in the month view if the DateNavigator.ShowDaysOfWeek property is set to true.
See Also