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

IViewInjectionManager.GetService(String) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

IViewInjectionService GetService(
    string regionName
)

Parameters

Name Type
regionName String

Returns

Type
IViewInjectionService
See Also