Skip to main content

PivotGridGroup.Index Property

Gets the group’s position within the collection that owns it.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int Index { get; }

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