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

PivotPopupMenuCreatedEventArgs.Menu Property

Gets the context menu.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public ASPxPivotGridPopupMenu Menu { get; }

Property Value

Type Description
ASPxPivotGridPopupMenu

An ASPxPivotGridPopupMenu object that represents the context menu.

See Also