CalendarDateChangedEventArgsRemovedDate Property

Gets the date that was previously displayed.

Definition

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

Property Value

NullableDateTime
The date previously displayed.

See Also