Enum CalendarMode NamespaceAvalonia.Controls AssemblyAvalonia.Controls.dll Specifies values for the different modes of operation of a Calendar. public enum CalendarMode Fields Decade = 2 The Calendar displays a decade at a time. Month = 0 The Calendar displays a month at a time. Year = 1 The Calendar displays a year at a time.