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


In This Topic
    CalendarMode Enumeration
    In This Topic
    Specifies whether a GcDropDownCalendar displays a decade, year, or month mode.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum CalendarMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As CalendarMode
    [Serializable()]
    public enum CalendarMode : System.Enum 
    Members
    MemberDescription
    DecadeThe GcDropDownCalendar displays a decade at a time.
    MonthThe GcDropDownCalendar displays a month at a time.
    YearThe GcDropDownCalendar displays a year at a time.
    Remarks
    A GcDropDownCalendar can display a month, a year, or a decade at a time. The following table lists how the user navigates through each mode.
    DisplayMode
    Month To navigate to Year, click on the month heading.
    Year To navigate to Decade, click on the year heading. To navigate to Month, click on one of the displayed months.
    Decade To navigate to Year, click on one of the displayed years.
    Inheritance Hierarchy

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

    See Also