Navigation.NavigationHandler Attached Property
Gets or sets the handler for navigation events which occur for the specific object.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
See GetNavigationHandler(DependencyObject) and SetNavigationHandler(DependencyObject, INavigationHandler).
Returns
Type | Description |
---|---|
DevExpress.Xpf.WindowsUI.Navigation.INavigationHandler | An INavigationHandler object that is the handler for navigation events which occur for the specific object. |
Remarks
Use the Navigation.GetNavigationHandler and static Navigation.SetNavigationHandler methods to get or set the navigation event handler in code.
See Also