[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.DirectionAfterEnterEnum

DirectionAfterEnterEnum Enum

Specifies which cell gets focus when the enter key is pressed.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public enum DirectionAfterEnterEnum

Fields

Name Description
MoveDown

The next cell will be the cell below the current cell.

MoveLeft

The next cell will be the cell to the left of the current cell.

MoveNone

Cell currency doesn't change.

MoveRight

The next cell will be the cell to the right of the current cell.

MoveUp

The next cell will be the cell above the current cell.