Skip to main content

ServiceBase Class

The base class for services.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.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