Skip to main content

CalendarDatePickerFormat Enumeration

Specifies date formats for a CalendarDatePicker.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum CalendarDatePickerFormat
View Source

Members

Long0Specifies that the date should be displayed using unabbreviated days of the week and month names.
Short1Specifies that the date should be displayed using abbreviated days of the week and month names.
Custom2Specifies that the date should be displayed using a custom format string.

See Also

Reference

Avalonia.Controls Namespace