Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarYear Enumeration


In This Topic
    CalendarYear Enumeration
    In This Topic
    Specified the year's display mode of the calendar.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum CalendarYear 
       Inherits System.Enum
    'Usage
     
    Dim instance As CalendarYear
    [Serializable()]
    public enum CalendarYear : System.Enum 
    Members
    MemberDescription
    FiscalDisplay as the Fiscal year.
    NormalDisplay as the normal year.
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarYear

    See Also