Skip to main content

CellIndex(Int32, String) Constructor

Initializes a new instance of the CellIndex class.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public CellIndex(
    int rowHandle,
    string fieldName
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the handle of the row containing the cell.

fieldName 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 GridControl and suggest that you use the new DataGridView control instead.

See Also