Skip to main content
A newer version of this page is available. .

Navigation.SetNavigationTarget(DependencyObject, Object) Method

Sets the Navigation Frame for a specific object.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public static void SetNavigationTarget(
    DependencyObject target,
    object value
)

Parameters

Name Type Description
target DependencyObject

A DependencyObject whose Navigation Frame is to be set.

value Object

An Object that is the Navigation Frame for a specific object.

Remarks

See the Navigation.NavigationTarget property to learn more.

See Also