CalendarDateChangedEventArgsAddedDate Property

Gets the date to be newly displayed.

Definition

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

Property Value

NullableDateTime
The new date to display.

See Also