Back to Devexpress

ServiceBase Class

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

latest4.2 KB
Original Source

ServiceBase Class

The base class for services.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public abstract class ServiceBase :
    ServiceBaseGeneric<FrameworkElement>
vb
Public MustInherit Class ServiceBase
    Inherits ServiceBaseGeneric(Of FrameworkElement)

Remarks

Refer to the following help topic for more information: Create a Custom Service.

Inheritance

Show 43 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 ApplicationJumpListService

DispatcherService

FolderBrowserDialogService

LayoutSerializationService

NotificationService

UIObjectService

ViewInjectionService

ViewServiceBase

DXMessageBoxService

NotifyIconService

ReportManagerService

TabbedDocumentUIService

CurrentWindowService

DXSplashScreenService

DXOpenFileDialogService

DXOpenFolderDialogService

DXSaveFileDialogService

DialogService

FrameDocumentUIService

FrameNavigationService

SplashScreenManagerService

TabbedWindowDocumentUIService

NavigationServiceBase

WindowedDocumentUIService

StandaloneReportManagerService

OpenFileDialogService

SaveFileDialogService

TaskbarButtonService

WindowService

WizardService

DXFolderBrowserDialogService

DockingDocumentUIService

GridReportManagerService

See Also

ServiceBase Members

DevExpress.Mvvm.UI Namespace