Back to Devexpress

IViewInjectionManager Interface

corelibraries-devexpress-dot-mvvm-627cad73.md

latest2.0 KB
Original Source

IViewInjectionManager Interface

Provides methods to inject and manipulate under ViewModels (and their Views)

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public interface IViewInjectionManager
vb
Public Interface IViewInjectionManager

The following members return IViewInjectionManager objects:

LibraryRelated API Members
Cross-Platform Class LibraryViewInjectionManager.Default
ViewInjectionManager.PersistentManager
WPF ControlsViewInjectionService.ViewInjectionManager

Extension Methods

Inject(String, Object, Func<Object>)

Inject(String, Object, Func<Object>, String)

Inject(String, Object, Func<Object>, Type)

See Also

IViewInjectionManager Members

DevExpress.Mvvm Namespace