Summary
Gets or sets the format that is used to display the selected date.
- Namespace
- Avalonia
.Controls - Containing Type
- CalendarDatePicker
Syntax
public CalendarDatePickerFormat SelectedDateFormat { get; set; }
Value
Type | Description |
---|---|
Calendar |
The format that is used to display the selected date. The default is
Avalonia.Controls.DatePickerFormat.Short .
|