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

ViewInjectionServiceExtensions.Inject(IViewInjectionService, Object, Object) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public static void Inject(
    this IViewInjectionService service,
    object key,
    object viewModel
)

Parameters

Name Type
service IViewInjectionService
key Object
viewModel Object
See Also