Back to Devexpress

HamburgerMenu.NavigationTarget Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-929aff6a.md

latest2.3 KB
Original Source

HamburgerMenu.NavigationTarget Property

Gets or sets the menu’s navigation target.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object NavigationTarget { get; set; }
vb
Public Property NavigationTarget As Object

Property Value

TypeDescription
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

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace