[]
Specifies whether a GcDropDownCalendar displays a decade, year, or month mode.
public enum CalendarMode
Public Enum CalendarMode
A GcDropDownCalendar can display a month, a year, or a decade at a time. The following table lists how the user navigates through each mode.
DisplayMode | |
---|---|
Month | To navigate to Year, click on the month heading. |
Year | To navigate to Decade, click on the year heading. To navigate to Month, click on one of the displayed months. |
Decade | To navigate to Year, click on one of the displayed years. |
Name | Description |
---|---|
Decade | The GcDropDownCalendar displays a decade at a time. |
Month | The GcDropDownCalendar displays a month at a time. |
Year | The GcDropDownCalendar displays a year at a time. |