CalendarDatePickerSelectedDateFormat Property

Gets or sets the format that is used to display the selected date.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarDatePickerFormat SelectedDateFormat { get; set; }

Property Value

CalendarDatePickerFormat
The format that is used to display the selected date. The default is Short.

Exceptions

ArgumentOutOfRangeException An specified format is not valid.

See Also