PivotGridMenuEventArgsBase.Menu Property
In This Article
Gets or sets the Pivot Grid’s context menu.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridMenu Menu { get; set; }
#Property Value
Type | Description |
---|---|
Pivot |
An object that specifies the Pivot Grid’s context menu. |
See Also