PivotGridMenuEventArgsBase.Area Property
Gets the area of the field whose header or value has been right-clicked by a user to invoke the context menu.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v22.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
PivotArea | A PivotArea value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. |
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. |