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

Navigation.GetNavigationTarget(DependencyObject) Method

Gets a Navigation Frame assigned to a specific object.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public static object GetNavigationTarget(
    DependencyObject target
)

Parameters

Name Type Description
target DependencyObject

A DependencyObject whose Navigation Target is to be obtained.

Returns

Type Description
Object

A NavigationFrame assigned to the target object.

Remarks

See the Navigation.NavigationTarget property to learn more.

See Also