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