Skip to main content

GridControl.FindRow(Predicate<IRowData>) Method

Returns the handle of the first row that matches the specified criteria.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

public int FindRow(
    Predicate<IRowData> predicate
)

Parameters

Name Type Description
predicate Predicate<IRowData>

The method that defines a set of criteria used to find a data row.

Returns

Type Description
Int32

An integer value that specifies the handle of the first found row.

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