Skip to main content
A newer version of this page is available. .

PivotGridMenuEventArgsBase.Menu Property

Gets or sets the Pivot Grid’s context menu.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridMenu Menu { get; set; }

Property Value

Type Description
PivotGridMenu

An object that specifies the Pivot Grid’s context menu.

See Also