PopupMenuShowingEventArgs(PivotGridPopupMenu) Constructor
In This Article
Initializes a new instance of the PopupMenuShowingEventArgs class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
menu | Pivot |
A DevExpress. |
#Remarks
Instances of the PopupMenuShowingEventArgs class are automatically created, initialized and passed to the PivotGridControl.PopupMenuShowing event handlers. Typically, there is no need to call this constructor directly from your code.
See Also