SelectedDate Property
Gets or sets the Selected Date for the picker, can be null
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public DateTimeOffset? SelectedDate { get; set; }
Public Property SelectedDate As DateTimeOffset?
Get
Set
member SelectedDate : Nullable<DateTimeOffset> with get, set