CalendarMode Enumeration
Specifies values for the different modes of operation of a Calendar.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum CalendarMode
Public Enumeration CalendarMode
type CalendarMode
Members
Month | 0 | The Calendar displays a month at a time. |
Year | 1 | The Calendar displays a year at a time. |
Decade | 2 | The Calendar displays a decade at a time. |