RemovedDate Property
Gets the date that was previously displayed.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public DateTime? RemovedDate { get; }
Public ReadOnly Property RemovedDate As DateTime?
Get
member RemovedDate : Nullable<DateTime> with get
Property Value
Nullable(DateTime)
The date previously displayed.
See Also
Reference
CalendarDateChangedEventArgs Class
Avalonia.Controls Namespace