Skip to main content
A newer version of this page is available. .

NavigationServiceBase Class

Provides members that support navigation between Views in MVVM Windows Modern UI applications.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

Declaration

public abstract class NavigationServiceBase :
    DocumentUIServiceBase,
    INavigationService,
    IDocumentManagerService,
    IDocumentOwner

Remarks

See the Navigation and Services topic for more info.

Inheritance

Show 15 items
Object
DispatcherObject
DependencyObject
Freezable
Animatable
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.Behavior<FrameworkElement>
DevExpress.Mvvm.UI.ServiceBaseGeneric<FrameworkElement>
ServiceBase
ViewServiceBase
DevExpress.Mvvm.UI.DocumentUIServiceBase
See Also