Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / VerticalDirection Enumeration


In This Topic
    VerticalDirection Enumeration
    In This Topic
    Value indicating the direction in which the GridControl.CurrentRow can be moved.
    Syntax
    'Declaration
     
    Public Enum VerticalDirection 
       Inherits System.Enum
    'Usage
     
    Dim instance As VerticalDirection
    public enum VerticalDirection : System.Enum 
    Members
    MemberDescription
    BottomMoves the current row to the bottom of a GridSection section.
    DownMoves the current row one row down.
    PageDownMoves the current row one page down.
    PageUpMoves the current row one page up.
    TopMoves the current row to the top of a GridSection section.
    UpMoves the current row one row up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.VerticalDirection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also