Share via


Region.Behaviors Property

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

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

Syntax

public IRegionBehaviorCollection Behaviors { get; private set; }
'Declaration
Public Property Behaviors As IRegionBehaviorCollection
    Get
    Private Set

Implements

IRegion.Behaviors

See Also

Region Class

Microsoft.Practices.Prism.Regions Namespace