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

PivotPopupMenuCreatedEventArgs(ASPxPivotGridPopupMenu) Constructor

Initializes a new instance of the PivotPopupMenuCreatedEventArgs class within the specified setting.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotPopupMenuCreatedEventArgs(
    ASPxPivotGridPopupMenu menu
)

Parameters

Name Type Description
menu ASPxPivotGridPopupMenu

An ASPxPivotGridPopupMenu object identifying the created context menu.

See Also