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

IViewInjectionService Interface

Provides methods and properties to inject VewModels (and their Views) and operate with them.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public interface IViewInjectionService

The following members return IViewInjectionService objects:

Remarks

See ViewInjectionService to learn more.

See Also