Back to Devexpress

IViewInjectionService Interface

corelibraries-devexpress-dot-mvvm-b9e8df21.md

latest2.0 KB
Original Source

IViewInjectionService Interface

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

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public interface IViewInjectionService
vb
Public Interface IViewInjectionService

The following members return IViewInjectionService objects:

Remarks

See ViewInjectionService to learn more.

Extension Methods

Inject(Object, Object)

Inject(Object, Object, String)

Inject(Object, Object, Type)

GetViewModel(Object)

See Also

IViewInjectionService Members

DevExpress.Mvvm Namespace