Skip to main content

Navigation.GetNavigationHandler(DependencyObject) Method

Gets a handler for navigation events of a specific object.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public static INavigationHandler GetNavigationHandler(
    DependencyObject target
)

Parameters

Name Type Description
target DependencyObject

A DependencyObject whose handler is to be obtained.

Returns

Type Description
DevExpress.Xpf.WindowsUI.Navigation.INavigationHandler

An INavigationHandler object that handles navigation events of a specific object.

See Also