Back to Devexpress

DataGridView.FindRowHandle(Predicate<Object>) Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-dot-findrowhandle-x28-system-dot-predicate-system-dot-object-x29.md

latest1.1 KB
Original Source

DataGridView.FindRowHandle(Predicate<Object>) Method

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

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public int FindRowHandle(
    Predicate<object> predicate
)

Parameters

NameTypeDescription
predicatePredicate\

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

|

Returns

TypeDescription
Int32

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

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace