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

IViewInjectionService.RegionName Property

Gets or sets the region name.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

string RegionName { get; }

Property Value

Type Description
String

A System.String that specifies the region name.

Remarks

If the application contains several injectable controls, each of them should have a unique identifier specified using the ViewInjectionService.RegionName property. This property is used by the ViewInjectionManager to recognize controls (regions) that should be populated with ViewModels and Views.

See Also