Skip to main content

PivotGridFieldBase.InnerGroupIndex Property

Gets the index of the field in a field group.

Namespace: DevExpress.XtraPivotGrid

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

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

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