PivotGridGroup.Index Property
Gets the group’s position within the collection that owns it.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based integer which represents the group’s position within the collection that owns it. -1 if the group isn’t contained within a collection. |
Remarks
Groups are contained within the pivot grid’s PivotGridControl.Groups collection. Use the Index property to obtain the group’s position within this collection.
See Also