PivotGridMenuEventArgsBase.Area Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
Available values:
Name | Description |
---|---|
Row |
Corresponds to the Row Header Area. |
Column |
Corresponds to the Column Header Area. |
Filter |
Corresponds to the Filter Header Area. |
Data |
Corresponds to the Data Header Area. |
See Also