Skip to main content

GridMenuEventArgs(DataControlPopupMenu) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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