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

PivotGridFieldBase.InnerGroupIndex Property

Gets the index of the field in a field group.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

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

Property Value

Type Description
Int32

An integer value that specifies the index of the field in the group which owns the current field. -1 if the field doesn’t belong to a group.

Remarks

See Field Groups to learn about grouping fields.

See Also