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

ServiceContainer Class

An object that contains services.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public class ServiceContainer :
    ServiceContainerBase,
    IServiceContainer

Remarks

See Services in custom ViewModels to learn more.

Implements

Inheritance

Object
DevExpress.Mvvm.ServiceContainerBase
ServiceContainer
See Also