Back to Devexpress

NavigationServiceBase Class

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-4a70eb4b.md

latest2.6 KB
Original Source

NavigationServiceBase Class

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

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public abstract class NavigationServiceBase :
    DocumentUIServiceBase,
    INavigationService,
    IDocumentManagerService,
    IDocumentOwner
vb
Public MustInherit Class NavigationServiceBase
    Inherits DocumentUIServiceBase
    Implements 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 NavigationServiceBase FrameNavigationService

FrameDocumentUIService

See Also

NavigationServiceBase Members

Navigation

Services

DevExpress.Xpf.WindowsUI.Navigation Namespace