CalendarDatePickerDisplayDate Property

Gets or sets the date to display.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DateTime DisplayDate { get; set; }

Property Value

DateTime
The date to display. The default is Today.

Exceptions

ArgumentOutOfRangeException The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd.

See Also