DXCollectionView.GetVisibleIndexByItemHandle(Int32) Method
In This Article
Returns the visible index of the item by its handle.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
public int GetVisibleIndexByItemHandle(
int itemHandle
)
#Parameters
Name | Type |
---|---|
item |
Int32 |
#Returns
Type |
---|
Int32 |
See Also