GroupInfo.ItemHandle Property
Returns the group row handle.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public int ItemHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | The group row handle. |
See Also