Skip to main content

IThreadSafeGroup.Area Property

Gets the area of the pivot grid in which the group is displayed.

Namespace: DevExpress.XtraPivotGrid

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

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

#Declaration

PivotArea Area { get; }

#Property Value

Type Description
PivotArea

A PivotArea enumeration value that specifies the area in which the group 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 group’s PivotGridGroup.Area property. To learn more, see PivotGridGroup.Area.

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

See Also