Skip to main content

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.v23.2.dll

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

Declaration

public class ViewInjectionManager :
    IViewInjectionManager

Remarks

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

Inheritance

Object
ViewInjectionManager
See Also