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

ViewInjectionManager.Default Property

Gets the default view injection manager.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public static IViewInjectionManager Default { get; set; }

Property Value

Type Description
IViewInjectionManager

An IViewInjectionManager implementation.

See Also