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.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Object | A parameter to be passed to the page specified by the Hamburger |
#Remarks
You can interpret the parameter passed to a page by overriding the page’s OnNavigatedTo method.