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

GridMenuInfo.Menu Property

Gets an object that represents the menu which has been called.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public DataControlPopupMenu Menu { get; }

Property Value

Type Description
DevExpress.Xpf.Grid.DataControlPopupMenu

A DevExpress.Xpf.Grid.DataControlPopupMenu descendant that represents the context menu which has been called.

See Also