PivotGridFieldBase.InnerGroupIndex Property
Gets the index of the field in a field group.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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