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