Skip to main content
A newer version of this page is available. .

IViewInjectionService.ViewModels Property

Gets the collection of injected View Models (and their Views).

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

IEnumerable<object> ViewModels { get; }

Property Value

Type Description
IEnumerable<Object>

A collection of injected View Models (and their Views).

See Also