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

ServiceContainer(Object) Constructor

Initializes a new instance of the ServiceContainer class with the specified owner.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public ServiceContainer(
    object owner
)

Parameters

Name Type Description
owner Object

An object that will be the owner of the created service container.

Remarks

See Services in custom ViewModels to learn more.

See Also