Back to Devexpress

Navigation.SetNavigationParameter(DependencyObject, Object) Method

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-navigation-dot-setnavigationparameter-x28-system-dot-windows-dot-dependencyobject-system-dot-object-x29.md

latest1.9 KB
Original Source

Navigation.SetNavigationParameter(DependencyObject, Object) Method

Sets a navigation parameter for a specific element.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public static void SetNavigationParameter(
    DependencyObject target,
    object value
)
vb
Public Shared Sub SetNavigationParameter(
    target As DependencyObject,
    value As Object
)

Parameters

NameTypeDescription
targetDependencyObject

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

NavigationParameter

Navigation

Navigation Class

Navigation Members

DevExpress.Xpf.WindowsUI.Navigation Namespace