Skip to main content

ServiceContainer(Object) Constructor

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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