Skip to main content

CellIndex(Int32, String) Constructor

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

public CellIndex(
    int rowHandle,
    string fieldName
)

Parameters

Name Type Description
rowHandle Int32

The handle of the row that contains the cell.

fieldName String

The field name of the column that contains the cell.

See Also