Skip to main content

ASPxPivotGridPopupMenu(ASPxPivotGrid, PivotGridPopupMenuType) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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