Skip to main content

PivotGridGroup.Index Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

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