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

Declaration

public class ServiceContainer :
    ServiceContainerBase,
    IServiceContainer

Remarks

See Services in custom ViewModels to learn more.

Implements

Inheritance

Object
DevExpress.Mvvm.ServiceContainerBase
ServiceContainer
See Also