Skip to main content

IViewInjectionService Interface

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public interface IViewInjectionService

The following members return IViewInjectionService objects:

Remarks

See ViewInjectionService to learn more.

See Also