Xceed Grid for WinForms v4.3 Documentation
HorizontalDirection Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : HorizontalDirection Enumeration
Value indicating the direction in which the GridControl.CurrentCell and GridControl.CurrentColumn can be moved.
Syntax
'Declaration
 
Public Enum HorizontalDirection 
   Inherits System.Enum
'Usage
 
Dim instance As HorizontalDirection
public enum HorizontalDirection : System.Enum 
Members
MemberDescription
LeftMoves the current cell or column one over to the left.
LeftmostMoves the current cell or column so that it is leftmost cell or column in the grid.
PageLeftMoves the current cell or column one page left.
PageRightMoves the current cell or column one page right.
RightMoves the current cell or column one over to the right.
RightmostMoves the current cell or column so that it is rightmost cell or column in the grid.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.HorizontalDirection

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

Reference

Xceed.Grid Namespace