CellIndex(Int32, String) Constructor
In This Article
Initializes a new instance of the CellIndex class.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the handle of the row containing the cell. |
field |
String | A string value that specifies the field name of a column containing the cell. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also