Back to Devexpress

DXCollectionView.GetItemHandleByVisibleIndex(Int32) Method

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-dot-getitemhandlebyvisibleindex-x28-system-dot-int32-x29.md

latest1.1 KB
Original Source

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

csharp
public int GetItemHandleByVisibleIndex(
    int visibleIndex
)

Parameters

NameTypeDescription
visibleIndexInt32

The visible index.

|

Returns

TypeDescription
Int32

The group header handle or the group index.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace