ASPxPivotGridPopupMenu Class
Represents a popup menu displayed within the ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return ASPxPivotGridPopupMenu objects:
Remarks
The ASPxPivotGrid can display two popup menus:
Field Header Popup Menu
This menu is shown after an end-user has right-clicked a field header. It provides the ability to hide fields, reload the control’s data and show/hide the customization window.
Field Value Popup Menu
Right-click a field value to invoke this menu which allows you to expand/collapse field values.
To hide individual menu items, handle the ASPxPivotGrid.AddPopupMenuItem event.
Implements
Inheritance
See Also