IViewInjectionService.ViewModels Property
Gets the collection of injected View Models (and their Views).
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<Object> | A collection of injected View Models (and their Views). |
See Also