CellIndex.InvalidIndex Property
Gets an invalid cell index.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
CellIndex | A CellIndex object with the CellIndex.RowHandle property set to the GridControl.InvalidRowHandle value and the CellIndex.FieldName property set to an empty string. |
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.
An invalid cell index is returned when an attempt to obtain a particular cell fails.
See Also