Skip to main content

IViewInjectionService.Inject(Object, Object, String, Type) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

void Inject(
    object key,
    object viewModel,
    string viewName,
    Type viewType
)

Parameters

Name Type
key Object
viewModel Object
viewName String
viewType Type
See Also