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

IThreadSafeField.Area Property

Gets the area in which the field is displayed.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

PivotArea Area { get; }

Property Value

Type Description
PivotArea

A PivotArea value that specifies the area in which the field is displayed.

Available values:

Name Description
RowArea

Corresponds to the Row Header Area.

ColumnArea

Corresponds to the Column Header Area.

FilterArea

Corresponds to the Filter Header Area.

DataArea

Corresponds to the Data Header Area.

Remarks

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

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

See Also