wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-929aff6a.md
Gets or sets the menu’s navigation target.
Namespace : DevExpress.Xpf.WindowsUI
Assembly : DevExpress.Xpf.Controls.v25.2.dll
NuGet Package : DevExpress.Wpf.Controls
public object NavigationTarget { get; set; }
Public Property NavigationTarget As Object
| Type | Description |
|---|---|
| Object |
A NavigationFrame or a FrameNavigationService object.
|
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