[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarMode

CalendarMode Enum

Specifies whether a GcDropDownCalendar displays a decade, year, or month mode.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum CalendarMode
Public Enum CalendarMode
Remarks

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
MonthTo navigate to Year, click on the month heading.
YearTo navigate to Decade, click on the year heading. To navigate to Month, click on one of the displayed months.
DecadeTo navigate to Year, click on one of the displayed years.

Fields

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.