DXCollectionView.GetParentItemHandle(Int32) Method
In This Article
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
C#
public int GetParentItemHandle(
int itemHandle
)
#Parameters
Name | Type | Description |
---|---|---|
item |
Int32 | The zero-based index of a record in the data source. |
#Returns
Type | Description |
---|---|
Int32 | The handle of the Collection |
See Also