Skip to main content
A newer version of this page is available. .

GridMenuEventArgs(DataControlPopupMenu) Constructor

Initializes a new instance of the GridMenuEventArgs class with the specified context menu.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public GridMenuEventArgs(
    DataControlPopupMenu menu
)

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