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

HamburgerMenu.NavigationTarget Property

Gets or sets the menu’s navigation target.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public object NavigationTarget { get; set; }

Property Value

Type Description
Object

A NavigationFrame or a FrameNavigationService object.

Remarks

Use the menu item’s HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetType/HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetTypeName property to specify the page to be opened when an end-user clicks the menu item. However, to enable this functionality, you should do any of the following:

Important

If both the NavigationTarget and Content properties are set to a valid value, the HamburgerMenu.NavigationTarget property will be prioritized.

See Also