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

DataViewBase.DataControlMenu Property

Gets the context menu currently being displayed within a View.

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 DataControlPopupMenu DataControlMenu { get; }

Property Value

Type Description
DevExpress.Xpf.Grid.DataControlPopupMenu

A DevExpress.Xpf.Grid.DataControlPopupMenu descendant that specifies the context menu displayed within a View.

See Also