SelectedDateFormat 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)
- C#
- VB
- F#
public CalendarDatePickerFormat SelectedDateFormat { get; set; }
Public Property SelectedDateFormat As CalendarDatePickerFormat
Get
Set
member SelectedDateFormat : CalendarDatePickerFormat with 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. |