CalendarDatePickerFormat Enumeration

Specifies date formats for a CalendarDatePicker.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum CalendarDatePickerFormat

Members

Long0 Specifies that the date should be displayed using unabbreviated days of the week and month names.
Short1 Specifies that the date should be displayed using abbreviated days of the week and month names.
Custom2 Specifies that the date should be displayed using a custom format string.

See Also