PopupMenuShowingEventArgs.MenuType Property
In This Article
Gets what kind of pivot grid element invokes the menu.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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