PivotGridHeaderMenuInfo.MenuType Property
Gets the type of the invoked context menu.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
| Type | Description |
|---|---|
| PivotGridMenuType | A PivotGridMenuType object that specifies the context menu type. |
Available values:
| Name | Description |
|---|---|
| HeadersArea | |
| Header | |
| FieldValue | |
| FilterPopup | Filter popup context menu. |
| None | No menu. |
| Cell | Cell context menu. |
See Also