Back to Devexpress

ViewInjectionManager Class

corelibraries-devexpress-dot-mvvm-70674d10.md

latest2.0 KB
Original Source

ViewInjectionManager Class

Allows you to perform injecting and manipulation under ViewModels (and their Views) in any section of the application’s code.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public class ViewInjectionManager :
    IViewInjectionManager
vb
Public Class ViewInjectionManager
    Implements IViewInjectionManager

Remarks

To learn more about ViewInjectionManager, see the The Concept of the View Injection Manager section in the ViewInjectionService topic.

Implements

IViewInjectionManager

Inheritance

Object ViewInjectionManager

Extension Methods

Inject(String, Object, Func<Object>)

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

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

See Also

ViewInjectionManager Members

DevExpress.Mvvm Namespace