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

IThreadSafeField.AreaIndex Property

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

Namespace: DevExpress.XtraPivotGrid

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

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