Skip to main content

CalendarDatePickerFormat Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Specifies date formats for a Avalonia.Controls.CalendarDatePicker.

public enum CalendarDatePickerFormat

Inheritance: Enum -> CalendarDatePickerFormat

Fields

NameDescription
CustomSpecifies that the date should be displayed using a custom format string.
LongSpecifies that the date should be displayed using unabbreviated days of the week and month names.
ShortSpecifies that the date should be displayed using abbreviated days of the week and month names.

Custom Field

Specifies that the date should be displayed using a custom format string.

public Avalonia.Controls.CalendarDatePickerFormat Custom

Long Field

Specifies that the date should be displayed using unabbreviated days of the week and month names.

public Avalonia.Controls.CalendarDatePickerFormat Long

Short Field

Specifies that the date should be displayed using abbreviated days of the week and month names.

public Avalonia.Controls.CalendarDatePickerFormat Short