Skip to main content
A newer version of this page is available. .

PivotGridGroup.AreaIndex Property

Gets the index of the first field within the group among the other fields displayed within the same area.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

[Browsable(false)]
public int AreaIndex { get; }

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