Back to Devexpress

Navigation.GetNavigationParameter(DependencyObject) Method

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

latest1.9 KB
Original Source

Navigation.GetNavigationParameter(DependencyObject) Method

Gets the 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 object GetNavigationParameter(
    DependencyObject target
)
vb
Public Shared Function GetNavigationParameter(
    target As DependencyObject
) As Object

Parameters

NameTypeDescription
targetDependencyObject

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

|

Returns

TypeDescription
Object

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

|

Remarks

See the Navigation.NavigationParameter property to learn more.

See Also

NavigationParameter

Navigation

Navigation Class

Navigation Members

DevExpress.Xpf.WindowsUI.Navigation Namespace