ServiceContainer(Object) Constructor
Initializes a new instance of the ServiceContainer class with the specified owner.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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