Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalendarNavigators Enumeration


In This Topic
    CalendarNavigators Enumeration
    In This Topic
    Specifies which type of navigator bar is shown in the control.
    Syntax
    'Declaration
     
    
    Public Enum CalendarNavigators 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalendarNavigators
    public enum CalendarNavigators : System.Enum 
    Members
    MemberDescription
    ButtonsSpecifies that the button style navigator bar is shown.
    NoneSpecifies that no navigator bar is shown.
    OutlookSpecifies that the outlook style navigator bar is shown.
    ScrollBarSpecifies that the scroll bar style navigator bar is shown.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.CalendarNavigators

    See Also