wpf-devexpress-dot-xpf-dot-pivotgrid-5ffda2d8.md
Lists values that specify the pivot grid’s context menu types.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public enum PivotGridMenuType
Public Enum PivotGridMenuType
| Name | Description |
|---|---|
HeadersArea |
|
| Header |
|
| FieldValue |
|
| FilterPopup |
Filter popup context menu.
|
| None |
No menu.
|
| Cell |
Cell context menu.
|
The following properties accept/return PivotGridMenuType values:
See Also