CellIndex(Int32, String) Constructor
In This Article
Initializes a new instance of the CellIndex class with specified settings.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public CellIndex(
int rowHandle,
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The handle of the row that contains the cell. |
field |
String | The field name of the column that contains the cell. |
See Also