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

ServiceBase Class

The base class for services.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public abstract class ServiceBase :
    ServiceBaseGeneric<FrameworkElement>

Remarks

See How to create a Custom Service to learn more.

See Also