RegionAdapterBase<T>.RegionBehaviorFactory Property

Gets or sets the factory used to create the region behaviors to attach to the created regions.

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

Syntax

protected IRegionBehaviorFactory RegionBehaviorFactory { get; set; }
'Declaration
Protected Property RegionBehaviorFactory As IRegionBehaviorFactory
    Get
    Set

See Also

RegionAdapterBase<T> Class

Microsoft.Practices.Prism.Regions Namespace