Skip to main content

HamburgerSubMenuNavigationButton.PreviewContextMenu Property

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

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object PreviewContextMenu { get; set; }

Property Value

Type Description
Object

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

Remarks

The HamburgerSubMenuNavigationButton.ContextMenu specifies the context menu for the item shown in the regular Sub Menu.

See Also