Skip to main content

HamburgerMenuNavigationButton.ContextMenu Property

Gets or sets the context menu that is invoked when the end-user right-clicks the navigation button. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object ContextMenu { get; set; }

Property Value

Type Description
Object

The UI element invoked when the end-user right-clicks the navigation button.

See Also