Skip to main content

PivotPopupMenuCreatedEventArgs.Menu Property

Gets the context menu.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxPivotGridPopupMenu Menu { get; }

Property Value

Type Description
ASPxPivotGridPopupMenu

An ASPxPivotGridPopupMenu object that represents the context menu.

See Also