CalendarDatePickerFormat Enumeration
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum CalendarDatePickerFormat
Public Enumeration CalendarDatePickerFormat
type CalendarDatePickerFormat
| Long | 0 |
Specifies that the date should be displayed using unabbreviated days
of the week and month names.
|
| Short | 1 |
Specifies that the date should be displayed using abbreviated days
of the week and month names.
|
| Custom | 2 |
Specifies that the date should be displayed using a custom format string.
|