RegionManager.RegionManagerProperty Field

Identifies the RegionManager attached property.

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

Syntax

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

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