Skip to main content

ViewInjectionManager.UnregisterService(IViewInjectionService) Method

Unregister the service. For internal use.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v22.2.dll

NuGet Package: DevExpress.Mvvm

Declaration

public virtual void UnregisterService(
    IViewInjectionService service
)

Parameters

Name Type
service IViewInjectionService
See Also