PivotGridMenuInfo.MenuType Property
In This Article
Gets the type of the invoked context menu.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public abstract PivotGridMenuType MenuType { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
Available values:
Name | Description |
---|---|
Headers |
|
Header | |
Field |
|
Filter |
Filter popup context menu. |
None | No menu. |
Cell | Cell context menu. |
See Also