Skip to main content

ASPxPivotGridPopupMenu Class

Represents a popup menu displayed within the ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxPivotGridPopupMenu :
    ASPxPopupMenu

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.

    FieldHeaderPopupMenu

  • Field Value Popup Menu

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

    FieldValuePopupMenu

To hide individual menu items, handle the ASPxPivotGrid.AddPopupMenuItem event.

See Also