Skip to main content

DXCollectionView.GetItemHandleByVisibleIndex(Int32) Method

Returns the handle of the item by its visible index.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

#Declaration

C#
public int GetItemHandleByVisibleIndex(
    int visibleIndex
)

#Parameters

Name Type
visibleIndex Int32

#Returns

Type
Int32
See Also