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

HamburgerSubMenuNavigationButton.ContextMenu Property

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

Namespace: DevExpress.UI.Xaml.Layout

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

Declaration

public object ContextMenu { get; set; }

Property Value

Type Description
Object

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

Remarks

The HamburgerSubMenuNavigationButton.PreviewContextMenu specifies the context menu for the item shown in the Sub Menu preview.

See Also