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


In This Topic
    NavigatorOrientation Enumeration
    In This Topic
    Specifies the position of the navigation bar in a calendar.
    Syntax
    'Declaration
     
    
    Public Enum NavigatorOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As NavigatorOrientation
    public enum NavigatorOrientation : System.Enum 
    Members
    MemberDescription
    BottomSpecifies the navigation bar is positioned at the bottom of the calendar.
    LeftSpecifies the navigation bar is positioned at the left side of the calendar.
    RightSpecifies the navigation bar is positioned at the right side of the calendar.
    TopSpecifies the navigation bar is positioned at the top of the calendar.
    Inheritance Hierarchy

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

    See Also