Skip to main content

HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetParameter Property

Gets or sets the parameter to be passed to the target page, invoked when clicking the menu item.

Namespace: DevExpress.Xpf.WindowsUI.Internal

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object NavigationTargetParameter { get; set; }

Property Value

Type Description
Object

A parameter to be passed to the page specified by the HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetType or HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetTypeName property, which is invoked on clicking the menu item.

Remarks

You can interpret the parameter passed to a page by overriding the page’s OnNavigatedTo method.

See Also