PivotGridGroup.AreaIndex Property
In This Article
Gets the index of the first field within the group among the other fields displayed within the same area.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | A zero-based integer that specifies the index of the first field within the group among the other fields displayed within the same area. -1 if the group is empty. |
See Also