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

Navigation.GetNavigationParameter(DependencyObject) Method

Gets the navigation parameter for a specific element.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

Declaration

public static object GetNavigationParameter(
    DependencyObject target
)

Parameters

Name Type Description
target DependencyObject

An DependencyObject that is the element whose navigation parameter is to obtained.

Returns

Type Description
Object

An Object that is the navigation parameter for a specific element.

Remarks

See the Navigation.NavigationParameter property to learn more.

See Also