Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / FirstFiscalMonth Property


In This Topic
    FirstFiscalMonth Property
    In This Topic
    Gets or sets the month that is considered the beginning of the fiscal year. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property FirstFiscalMonth As Month
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As Month
     
    instance.FirstFiscalMonth = value
     
    value = instance.FirstFiscalMonth
    public Month FirstFiscalMonth {get; set;}

    Property Value

    A GrapeCity.Windows.InputMan.Month value that represents the beginning of the fiscal year. The default value is GrapeCity.Windows.InputMan.Month.Default.
    Exceptions
    ExceptionDescription
    Occurs when value set to the FirstFiscalMonth property is undefined in the Month enumeration.
    See Also