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.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

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