ASPxPivotGridPopupMenu.MenuType Property
Gets the context menu’s type.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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