Skip to main content

CalendarDayNameFormat Enum

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

public enum CalendarDayNameFormat

Members

Name Description
FullName

Full names of the days of the week are shown.

AbbreviatedName

Abbreviated names of the days of the week are shown: Sun, Mon, Tue, Wed, Thu, Fri, Sat

ShortestName

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