Skip to main content

PivotCustomDrawHeaderAreaThreadSafeEventArgs.Area Property

Gets a value that specifies the header area currently being painted.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotArea Area { get; }

Property Value

Type Description
PivotArea

A PivotArea enumeration value that specifies the header area currently being painted.

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

For more information on header areas, see the Header Area topic.

See Also