Skip to main content

ASPxPivotGridPopupMenu.MenuType Property

Gets the context menu’s type.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridPopupMenuType MenuType { get; }

Property Value

Type Description
PivotGridPopupMenuType

One of the PivotGridPopupMenuType enumeration values.

Available values:

Name Description
HeaderMenu

Corresponds to the Field Header popup menu.

FieldValueMenu

Corresponds to the Field Value popup menu.

FieldListMenu

Corresponds to the Customization Form Layout popup menu.

See Also