Share via


RegionManager.RegionName Attached Property

Identifies the RegionName attached property.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

See GetRegionName, SetRegionName
'Declaration
See GetRegionName, SetRegionName

Remarks

When a control has both the RegionNameProperty and RegionManagerProperty attached properties set to a value different than nulla null reference (Nothing in Visual Basic) and there is a IRegionAdapter mapping registered for the control, it will create and adapt a new region for that control, and register it in the IRegionManager with the specified region name.

See Also

RegionManager Class

Microsoft.Practices.Prism.Regions Namespace