DXCollectionView.FindItemHandle Method
| Name | Parameters | Description |
|---|---|---|
| FindItemHandle(Object) | item | Returns the handle of the collection view item that correspond to the specified data source object. |
| FindItemHandle(Predicate<Object>) | predicate | Returns the handle of the first item that matches the specified criteria. |