Skip to main content

IViewInjectionService.ViewModels Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

IEnumerable<object> ViewModels { get; }

Property Value

Type Description
IEnumerable<Object>

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

See Also