Enum CalendarMode
Specifies values for the different modes of operation of a Calendar.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public enum CalendarMode
Fields
Name | Description |
---|---|
Decade | The Calendar displays a decade at a time. |
Month | The Calendar displays a month at a time. |
Year | The Calendar displays a year at a time. |