DatePickerSelectedDate Property

Gets or sets the Selected Date for the picker, can be null

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DateTimeOffset? SelectedDate { get; set; }

Property Value

NullableDateTimeOffset

See Also