PivotGridPopupMenuType Enum
In This Article
Lists values that identify a popup menu.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Header
|
Corresponds to the Field Header popup menu. |
Field
|
Corresponds to the Field Value popup menu. |
Field
|
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