ASPxPivotGridPopupMenu(ASPxPivotGrid, PivotGridPopupMenuType) Constructor
Initializes a new instance of the ASPxPivotGridPopupMenu class within the specified settings.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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