Skip to main content

GridMenuInfo.Menu Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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