Back to Devexpress

PivotGridPopupMenuType Enum

aspnet-devexpress-dot-web-dot-aspxpivotgrid-8c02ca62.md

latest1.5 KB
Original Source

PivotGridPopupMenuType Enum

Lists values that identify a popup menu.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PivotGridPopupMenuType
vb
Public Enum PivotGridPopupMenuType

Members

NameDescription
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.

|

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

DevExpress.Web.ASPxPivotGrid Namespace