Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

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