Back to Devexpress

ASPxPivotGridPopupMenu Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-ade87949.md

latest3.5 KB
Original Source

ASPxPivotGridPopupMenu Class

Represents a popup menu displayed within the ASPxPivotGrid.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxPivotGridPopupMenu :
    ASPxPopupMenu
vb
Public Class ASPxPivotGridPopupMenu
    Inherits ASPxPopupMenu

The following members return ASPxPivotGridPopupMenu objects:

Remarks

The ASPxPivotGrid can display two popup menus:

  • Field Header Popup Menu

  • Field Value Popup Menu

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

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxHierarchicalDataWebControl ASPxMenuBase ASPxPopupMenu ASPxPivotGridPopupMenu

See Also

ASPxPivotGridPopupMenu Members

AddPopupMenuItem

DevExpress.Web.ASPxPivotGrid Namespace