Share via


Region.Behaviors Property

Gets the collection of IRegionBehaviors that can extend the behavior of regions.

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

Syntax

'Declaration
Public Property Behaviors As IRegionBehaviorCollection
public IRegionBehaviorCollection Behaviors { get; private set; }
public:
virtual property IRegionBehaviorCollection^ Behaviors {
    IRegionBehaviorCollection^ get () sealed;
    void set (IRegionBehaviorCollection^ value) sealed;
}
function get_behaviors();
function set_behaviors(value);

Implements

IRegion.Behaviors

See Also

Region Class

Microsoft.Practices.Composite.Presentation.Regions Namespace