GridControl.FindRow(Predicate<IRowData>) Method
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
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