Skip to main content
A newer version of this page is available. .

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

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