CalendarDayNameFormat Enum
In This Article
Lists values that specify the format for names of the days of the week.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Members
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 |
#Related API Members
The following properties accept/return CalendarDayNameFormat values:
#Remarks
The values listed by this enumeration are used to set the DateNavigator.DayNameFormat property.
See Also