Skip to main content

DXCollectionView.GetItemHandleByVisibleIndex(Int32) Method

Returns the handle of the item by its visible index.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public int GetItemHandleByVisibleIndex(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The visible index.

Returns

Type Description
Int32

The group header handle or the group index.

See Also