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


In This Topic
    CalendarYear Property
    In This Topic
    Gets or sets the calendar year to show fiscal year or normal year. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property CalendarYear As CalendarYear
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As CalendarYear
     
    instance.CalendarYear = value
     
    value = instance.CalendarYear
    public CalendarYear CalendarYear {get; set;}

    Property Value

    The calendar year. The default is GrapeCity.Windows.InputMan.CalendarYear.Normal
    Exceptions
    ExceptionDescription
    Occurs when value set to the CalendarYear property is undefined in the GrapeCity.Windows.InputMan.CalendarYear enumeration.
    See Also