ISupportServices.ServiceContainer Property
Returns an object implementing the IServiceContainer interface which is used to access services.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
IServiceContainer | An object implementing the IServiceContainer interface. |
Remarks
To learn more, see Services in custom ViewModels.
See Also