SelectedDate Property
Gets or sets the currently selected date.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public DateTime? SelectedDate { get; set; }
Public Property SelectedDate As DateTime?
Get
Set
member SelectedDate : Nullable<DateTime> with get, set
Property Value
Nullable(DateTime)
The date currently selected. The default is null.
Exceptions
ArgumentOutOfRangeException | The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd, or the specified date is in the BlackoutDates collection. |