Skip to main content
A newer version of this page is available. .

PivotGridGroup.Index Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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