Skip to main content

PivotGridMenuEventArgsBase.Menu Property

Gets or sets the Pivot Grid’s context menu.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.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