Skip to main content

ViewInjectionManager.GetService(String) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public IViewInjectionService GetService(
    string regionName
)

Parameters

Name Type
regionName String

Returns

Type
IViewInjectionService

Implements

See Also