PivotGridGroup.Index Property
Gets the group’s position within the collection that owns it.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
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.