Skip to main content

DXCollectionView.GetParentItemHandle(Int32) Method

Returns the handle of the item’s parent that corresponds to the specified record in the data source.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public int GetParentItemHandle(
    int itemHandle
)

Parameters

Name Type Description
itemHandle Int32

The zero-based index of a record in the data source.

Returns

Type Description
Int32

The handle of the CollectionView item’s parent that corresponds to the specified record in the data source.

See Also