Back to Devexpress

ViewServiceBase Class

wpf-devexpress-dot-mvvm-dot-ui-af95ec1d.md

latest2.7 KB
Original Source

ViewServiceBase Class

The base class for services that are capable of locating Views by their type names.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public abstract class ViewServiceBase :
    ServiceBase
vb
Public MustInherit Class ViewServiceBase
    Inherits ServiceBase

Remarks

See View creation mechanisms to learn more.

Inheritance

Show 23 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 WindowService

WizardService

DialogService

DXSplashScreenService

SplashScreenManagerService

TabbedDocumentUIService

FrameDocumentUIService

FrameNavigationService

TabbedWindowDocumentUIService

NavigationServiceBase

WindowedDocumentUIService

DockingDocumentUIService

See Also

ViewServiceBase Members

DevExpress.Mvvm.UI Namespace