PivotGridMenuType Enum
In This Article
Lists values that specify the pivot grid's context menu types.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Headers |
Corresponds to the header area context menu. |
Header | Corresponds to the field header context menu. |
Field |
Corresponds to the field value context menu. |
Filter |
Corresponds to the filter popup context menu. |
None | No menu. |
Cell | Cell context menu. |
See Also