PopupMenuShowingEventArgs(PivotGridPopupMenu) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
menu | PivotGridPopupMenu | A DevExpress.Xpf.PivotGrid.PivotGridPopupMenu object that specifies the pivot grid context menu for which the event is raised. |
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