CalendarSelectedDate Property
Gets or sets the currently selected date.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DateTime? SelectedDate { get; set; }
Public Property SelectedDate As DateTime?
Get
Set
member SelectedDate : Nullable<DateTime> with get, set
Property Value
NullableDateTimeThe date currently selected. The default is null.
Use this property when SelectionMode is set to SingleDate. In other
modes, this property will always be the first date in SelectedDates.