ServiceContainer.RegisterService(String, Object, Boolean) Method
Registers the specified service.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v25.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| key | String | The service identifier. |
| service | Object | The service to register. |
| yieldToParent | Boolean | true, to allow access to the passed service from the parent service container; otherwise, false. |
Remarks
To learn more, see Services in custom ViewModels.
Implements
See Also