Navigation.GetNavigationParameter(DependencyObject) Method
Gets the navigation parameter for a specific element.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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