Navigation.GetNavigationTarget(DependencyObject) Method
Gets a Navigation Frame assigned to 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 Target is to be obtained. |
Returns
Type | Description |
---|---|
Object | A NavigationFrame assigned to the target object. |
Remarks
See the Navigation.NavigationTarget property to learn more.
See Also