Click or drag to resize
DirectionType Enumeration
The movements of the current cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum DirectionType
Members
  Member nameValueDescription
Up1 Move up one cell.
Left2 Move left one cell.
Down3 Move down one cell.
Right4 Move right one cell.
PgDown5 Move down one page.
PgUp6 Move up one page.
Top7 Move to first row.
Bottom8 Move to the last row.
MostLeft9 Move to the first column.
MostRight10 Move to the last column.
TopLeft11 Move to the first row and column.
BottomRight12 Move to the last row and column.
See Also