CellIndex Struct
Stores the information on a cell location within the grid.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Related API Members
The following members return CellIndex objects:
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
The CellIndex structure introduces the CellIndex.RowHandle and CellIndex.FieldName properties that define a row and column containing a cell.
See Also