Back to Devexpress

PivotGridFieldBase.InnerGroupIndex Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-e57c39ad.md

latest1.7 KB
Original Source

PivotGridFieldBase.InnerGroupIndex Property

Gets the index of the field in a field group.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[Browsable(false)]
public int InnerGroupIndex { get; }
vb
<Browsable(False)>
Public ReadOnly Property InnerGroupIndex As Integer

Property Value

TypeDescription
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

Group

GroupIndex

Groups

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace