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