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

NuGet Package: DevExpress.Wpf.Core

Declaration

public abstract class ServiceBase :
    ServiceBaseGeneric<FrameworkElement>

Remarks

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

See Also