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

ViewInjectionManager.GetService(String) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public IViewInjectionService GetService(
    string regionName
)

Parameters

Name Type
regionName String

Returns

Type
IViewInjectionService

Implements

See Also