DXCollectionView.GetItemHandleByVisibleIndex(Int32) Method
In This Article
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 |
---|---|
visible |
Int32 |
#Returns
Type |
---|
Int32 |
See Also