CalendarModeChangedEventArgsNewMode Property

Gets the new mode of the Calendar.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarMode NewMode { get; }

Property Value

CalendarMode
A CalendarMode the new mode.

See Also