GridMenuEventArgs(DataControlPopupMenu) Constructor
Initializes a new instance of the GridMenuEventArgs class with the specified context menu.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
menu | DevExpress.Xpf.Grid.DataControlPopupMenu | A DevExpress.Xpf.Grid.DataControlPopupMenu descendant that represents the context menu to be shown. |
See Also