DataViewBase.DataControlMenu Property
Gets the context menu currently being displayed within a View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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