Skip to main content
A newer version of this page is available. .

PivotAddPopupMenuItemEventArgs Class

Provides data for the ASPxPivotGrid.AddPopupMenuItem event.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public class PivotAddPopupMenuItemEventArgs :
    EventArgs

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.

    FieldHeaderPopupMenu

  • Field Value Popup Menu

    Right-click a field value to invoke this menu which allows you to expand/collapse field values.

    FieldValuePopupMenu

Handle the ASPxPivotGrid.AddPopupMenuItem event to hide individual menu items. The event parameter’s PivotAddPopupMenuItemEventArgs.MenuItem property identifies the menu item currently being processed. To hide the required item, set the PivotAddPopupMenuItemEventArgs.Add property to false.

Inheritance

Object
EventArgs
PivotAddPopupMenuItemEventArgs
See Also