Skip to main content

ContextMenu.Menu Attached Property

Gets or sets the Context Menu assigned to the visual element. This is an attached property. This is a dependency property.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

Returns

Type Description
ContextMenu

A ContextMenu instance representing the flyout menu.

See Also