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.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public abstract class ServiceBase :
    ServiceBaseGeneric<FrameworkElement>

Remarks

See How to create a Custom Service to learn more.

See Also