Skip to main content

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.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.

Remarks

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

See Also