SingleActiveRegion Properties

Include Protected Members
Include Inherited Members

The SingleActiveRegion type exposes the following members.

Properties

  Name Description
Public property ActiveViews
Gets a readonly view of the collection of all the active views in the region.
(Inherited from Region.)
Public property Behaviors
Gets the collection of IRegionBehaviors that can extend the behavior of regions.
(Inherited from Region.)
Public property Context
Gets or sets a context for the region. This value can be used by the user to share context with the views.
(Inherited from Region.)
Protected property ItemMetadataCollection
Gets the collection with all the views along with their metadata.
(Inherited from Region.)
Public property Name
Gets the name of the region that uniequely identifies the region within a IRegionManager.
(Inherited from Region.)
Public property NavigationService
Gets the navigation service.
(Inherited from Region.)
Public property RegionManager
Gets or sets the IRegionManager that will be passed to the views when adding them to the region, unless the view is added by specifying createRegionManagerScope as truetrue (True in Visual Basic).
(Inherited from Region.)
Public property SortComparison
Gets or sets the comparison used to sort the views.
(Inherited from Region.)
Public property Views
Gets a readonly view of the collection of views in the region.
(Inherited from Region.)

See Also

SingleActiveRegion Class

Microsoft.Practices.Prism.Regions Namespace