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.v21.2.dll

NuGet Package: DevExpress.Wpf.Controls

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