HamburgerMenuNavigationIconButton.NavigationTargetParameter Property
In This Article
Gets or sets the parameter to be passed to the target page, invoked when tapping/clicking the menu item.
Namespace: DevExpress.UI.Xaml.Layout.Internal
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.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.
See Also