Skip to main content

DXCollectionView.GetItemSourceIndex(Int32) Method

Returns the source index of the item by its handle.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public int GetItemSourceIndex(
    int itemHandle
)

Parameters

Name Type Description
itemHandle Int32

The item’s handle.

Returns

Type Description
Int32

The item’s source index.

See Also