PivotPopupMenuCreatedEventArgs.MenuType Property
Gets the context menu’s type.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridPopupMenuType | A PivotGridPopupMenuType enumeration value that identifies the context menu. |
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