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

ASPxPivotGridPopupMenu(ASPxPivotGrid, PivotGridPopupMenuType) Constructor

Initializes a new instance of the ASPxPivotGridPopupMenu class within the specified settings.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public ASPxPivotGridPopupMenu(
    ASPxPivotGrid pivotGrid,
    PivotGridPopupMenuType menuType
)

Parameters

Name Type Description
pivotGrid ASPxPivotGrid

A ASPxPivotGrid object identifying the control to which the context belongs.

menuType PivotGridPopupMenuType

One of the PivotGridPopupMenuType enumeration values.

See Also