PivotAddPopupMenuItemEventArgs(MenuItemEnum) Constructor
Initializes a new instance of the PivotAddPopupMenuItemEventArgs class.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
menuItem | MenuItemEnum | A MenuItemEnum enumeration value that identifies the processed menu item. This value is assigned to the PivotAddPopupMenuItemEventArgs.MenuItem property. |
See Also