GridControl.FindRow(Predicate<IRowData>) Method
In This Article
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
predicate | Predicate<IRow |
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 Grid
See Also