[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstFiscalMonth

FirstFiscalMonth Property

FirstFiscalMonth

Gets or sets the month that is considered the beginning of the fiscal year. This is a dependency property.

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

A GrapeCity.Windows.InputMan.Month value that represents the beginning of the fiscal year. The default value is GrapeCity.Windows.InputMan.Month.Default.

Exceptions
Type Condition
ArgumentException

Occurs when value set to the FirstFiscalMonth property is undefined in the Month enumeration.