ComponentOne True DBGrid for WinForms
DirectionAfterEnterEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : DirectionAfterEnterEnum Enumeration
Specifies which cell gets focus when the enter key is pressed.
Syntax
'Declaration
 
Public Enum DirectionAfterEnterEnum 
   Inherits System.Enum
public enum DirectionAfterEnterEnum : System.Enum 
Members
MemberDescription
MoveDownThe next cell will be the cell below the current cell.
MoveLeftThe next cell will be the cell to the left of the current cell.
MoveNoneCell currency doesn't change.
MoveRightThe next cell will be the cell to the right of the current cell.
MoveUpThe next cell will be the cell above the current cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum

See Also

Reference

C1.Win.C1TrueDBGrid Namespace