Skip to main content

IThreadSafeField.AreaIndex Property

Gets the field index from among the other fields displayed within the same area.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

int AreaIndex { get; }

Property Value

Type Description
Int32

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

Remarks

The AreaIndex property provides thread-safe access to the field’s PivotGridFieldBase.AreaIndex property. To learn more, see PivotGridFieldBase.AreaIndex.

Use the AreaIndex property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also