Navigation.SetNavigationParameter(DependencyObject, Object) Method
Sets a 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 | A DependencyObject that is the element whose navigation parameter is to be set. |
value | Object | An Object that is the navigation parameter for the target element, used in navigating within application Views. |
Remarks
See the Navigation.NavigationParameter property to learn more.
See Also