Objective Grid for Microsoft® .NET® Reference Guide

DirectionType Enumeration

Back to Class Index

This enumeration lists the movements of the current cell.     

[Visual Basic]
Public Enum DirectionType
[C#]
public enum DirectionType

Members

Member NameDescription
BottomRightMove to the last row and column.     
TopLeftMove to the first row and column.     
BottomMove to the last row.     
TopMove to first row.     
RightMove right one cell.     
DownMove down one cell.     
LeftMove left one cell.     
MostRightMove to the last column.     
MostLeftMove to the first column.     
PgUpMove up one page.     
PgDownMove down one page.     
UpMove up one cell.     

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace