Skip to main content

IViewInjectionService.RegionName Property

Gets or sets the region name.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

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