[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarYear

CalendarYear Enum

Specified the year's display mode of the calendar.

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

A GcDropDownCalendar can display a normal year which is default; and it also can display a fiscal year which depends on the GcDropDownCalendar.FirstFiscalMonth property setting.

Fields

Name Description
Fiscal

Display as the Fiscal year.

Normal

Display as the normal year.