CalendarDatePicker.

SelectedDate Property

Summary

Gets or sets the currently selected date.
Namespace
Avalonia.Controls
Containing Type
CalendarDatePicker

Syntax

public DateTime? SelectedDate { get; set; }

Value

Type Description
DateTime? The date currently selected. The default is null.