Skip to main content

IViewInjectionManager.RegisterService(IViewInjectionService) Method

Register the service. For internal use.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

void RegisterService(
    IViewInjectionService service
)

Parameters

Name Type
service IViewInjectionService
See Also