[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarYear

CalendarYear Property

CalendarYear

Gets or sets the calendar year to show fiscal year or normal year. This is a dependency property.

Declaration
public CalendarYear CalendarYear { get; set; }
Public Property CalendarYear As CalendarYear
Property Value
Type Description
CalendarYear

The calendar year. The default is GrapeCity.Windows.InputMan.CalendarYear.Normal

Exceptions
Type Condition
ArgumentException

Occurs when value set to the CalendarYear property is undefined in the GrapeCity.Windows.InputMan.CalendarYear enumeration.