ASPxPivotGridPopupMenu Class
In This Article
Represents a popup menu displayed within the ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxPivotGridPopupMenu :
ASPxPopupMenu
#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
Show 15 items
#Inheritance
See Also