Skip to main content

HamburgerMenuNavigationIconButton.NavigationTargetParameter Property

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

public object NavigationTargetParameter { get; set; }

Property Value

Type Description
Object

A parameter to be passed to the page specified by the HamburgerMenuNavigationIconButton.NavigationTargetType or HamburgerMenuNavigationIconButton.NavigationTargetTypeName property, which is invoked on tapping/clicking the menu item.

Remarks

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

See Also