RegionManager.RegionNameProperty Field

Identifies the RegionName attached property.

Namespace:  Microsoft.Practices.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Shared ReadOnly RegionNameProperty As DependencyProperty
public static readonly DependencyProperty RegionNameProperty
public:
static initonly DependencyProperty^ RegionNameProperty
Microsoft.Practices.Composite.Presentation.Regions.RegionManager.regionNameProperty

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.Composite.Presentation.Regions Namespace