Share via


RegionManager.RegionNameProperty Field

Identifies the RegionName attached property.

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

Syntax

public static readonly DependencyProperty RegionNameProperty
'Declaration
Public Shared ReadOnly RegionNameProperty As DependencyProperty

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