DXCollectionView.FindItemHandle(Predicate<Object>) Method
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public int FindItemHandle(
Predicate<object> predicate
)
Parameters
| Name | Type |
|---|---|
| predicate | Predicate<Object> |
Returns
| Type |
|---|
| Int32 |
See Also