Skip to main content

PopupMenuShowingEventArgs.MenuType Property

Gets what kind of pivot grid element invokes the menu.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotGridMenuType MenuType { get; }

#Property Value

Type Description
PivotGridMenuType

A PivotGridMenuType enumeration value that identifies the context menu type.

#Remarks

Use the MenuType property to determine for what kind of pivot grid element (a cell, a field value, a field header or the field header area) the menu is invoked. To obtain the actual visual element, use the PopupMenuShowingEventArgs.TargetElement property.

To learn more, see Context Menus.

See Also