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

ViewInjectionServiceExtensions.Inject(IViewInjectionService, Object, Object) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

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

Parameters

Name Type
service IViewInjectionService
key Object
viewModel Object
See Also