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

IViewInjectionManager.UnregisterService(IViewInjectionService) Method

Unregister the service. For internal use.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

void UnregisterService(
    IViewInjectionService service
)

Parameters

Name Type
service IViewInjectionService
See Also