Navigation.SetNavigationTarget(DependencyObject, Object) Method
Sets the Navigation Frame for a specific object.
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 whose Navigation Frame is to be set. |
value | Object | An Object that is the Navigation Frame for a specific object. |
Remarks
See the Navigation.NavigationTarget property to learn more.
See Also