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

IThreadSafeField.AreaIndex Property

Gets the field’s index 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

int AreaIndex { get; }

Property Value

Type Description
Int32

A zero-based integer that specifies the field’s index among the other fields displayed within the same area.

Remarks

This property returns the PivotGridField.AreaIndex property value.

See Also