Skip to main content

DXCollectionView.GetVisibleIndexByItemHandle(Int32) Method

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

public int GetVisibleIndexByItemHandle(
    int itemHandle
)

Parameters

Name Type
itemHandle Int32

Returns

Type
Int32
See Also