PivotGridFieldBase.InnerGroupIndex Property
Gets the index of the field in a field group.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
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