Skip to main content

Navigation.SetNavigationParameter(DependencyObject, Object) Method

Sets a navigation parameter for a specific element.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public static void SetNavigationParameter(
    DependencyObject target,
    object value
)

Parameters

Name Type Description
target DependencyObject

A DependencyObject that is the element whose navigation parameter is to be set.

value Object

An Object that is the navigation parameter for the target element, used in navigating within application Views.

Remarks

See the Navigation.NavigationParameter property to learn more.

See Also