PivotGridPopupMenuType Enum
Lists values that identify a popup menu.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return PivotGridPopupMenuType values:
Remarks
The values listed by this enumerator are used to set the ASPxClientPivotMenuItemClickEventArgs.MenuType property’s value.
See Also