Skip to main content

CellIndex(Int32, String) Constructor

Initializes a new instance of the CellIndex structure.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

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