Skip to main content

ViewInjectionManager.Default Property

Gets the default view injection manager.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public static IViewInjectionManager Default { get; set; }

Property Value

Type Description
IViewInjectionManager

An IViewInjectionManager implementation.

See Also