CalendarMode Enumeration

Specifies values for the different modes of operation of a Calendar.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
public enum CalendarMode

Members

Month0 The Calendar displays a month at a time.
Year1 The Calendar displays a year at a time.
Decade2 The Calendar displays a decade at a time.

See Also