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.v19.1.Core.dll

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