Back to Devexpress

PivotGridMenuEventArgsBase.Area Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridmenueventargsbase.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotArea Area { get; }
vb
Public ReadOnly Property Area As PivotArea

Property Value

TypeDescription
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:

NameDescription
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.

|

See Also

PivotGridMenuEventArgsBase Class

PivotGridMenuEventArgsBase Members

DevExpress.XtraPivotGrid Namespace