PivotGridControl.GridMenu Property
In This Article
Gets the context menu currently being displayed within the PivotGridControl.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
[Browsable(false)]
public PivotGridPopupMenu GridMenu { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A DevExpress. |
#Remarks
To learn more, see Context Menus.
See Also