CellIndex Struct
In This Article
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 Grid
The CellIndex structure introduces the CellIndex.RowHandle and CellIndex.FieldName properties that define a row and column containing a cell.
See Also