Intersoft ClientUI Documentation
Region Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by Region.

Public Constructors
 NameDescription
Public ConstructorRegion ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)EnableViewSortingProperty Identifies the EnableViewSorting attached property.  
Public Fieldstatic (Shared in Visual Basic)RegionNameProperty Identifies the RegionName attached property.  
Public Fieldstatic (Shared in Visual Basic)ViewMetadataProperty Identifies the ViewMetadata attached property.  
Top
Public Properties
 NameDescription
Public PropertyAdapterGets the IRegionAdapter used to adapt the Host element to this IRegion instance.  
Public PropertyContext Gets or sets a context for the region. This value can be used by the user to share context with the views.  
Public Propertystatic (Shared in Visual Basic)DefaultDiscoveryProviderGets or sets the default IViewDiscoveryProvider which will be used to discover views in a region.  
Public PropertyDiscoveryProviderGets or sets the IViewDiscoveryProvider for this IRegion instance.  
Public PropertyEnableViewSorting Gets or sets a value indicating whether the views in the region should be sorted.  
Public PropertyHostGets the element that hosts this IRegion instance.  
Public PropertyNameGets the name of the region that uniequely identifies the region within a IRegionManager.  
Public PropertyRegionManagerGets the IRegionManager that owns this IRegion instance.  
Public PropertyResolvedViewsGets the collection of the views that consisted of the original items and new items added in this IRegion instance.  
Public PropertySortComparison Gets or sets the comparison used to sort the views.  
Public PropertyViewsGets the collection of the views registered in this IRegion instance.  
Top
Public Methods
 NameDescription
Public MethodActivate Sets the specified view as active, if supported by the adapter.  
Public MethodAddOverloaded. Adds a new view to the region.  
Public MethodDeactivate Sets the specified view as inactive, if supported by the adapter.  
Public MethodDisposeDisposes this Region instance.  
Public Methodstatic (Shared in Visual Basic)GetEnableViewSorting Gets the value of the EnableViewSorting attached property.  
Public Methodstatic (Shared in Visual Basic)GetRegionName Gets the value of the RegionName attached property.  
Public MethodGetView Returns the view instance that was added to the region using a specific name.  
Public MethodGetViewFromMetadata Returns the view instance based on the specified metadata.  
Public Methodstatic (Shared in Visual Basic)GetViewMetadata Gets the value of the ViewMetadata attached property.  
Public MethodInvalidateViewsInvalidates the existing views and synchronize the available elements with the views registered in this IRegion instance.  
Public MethodRemove Removes the specified view from the region.  
Public Methodstatic (Shared in Visual Basic)SetEnableViewSorting Sets the ViewMetadata attached property.  
Public Methodstatic (Shared in Visual Basic)SetRegionName Sets the RegionName attached property.  
Public Methodstatic (Shared in Visual Basic)SetViewMetadata Sets the ViewMetadata attached property.  
Top
Public Events
 NameDescription
Public EventPropertyChanged Occurs when a property value changes.  
Top
See Also

Reference

Region Class
Intersoft.Client.Framework.Regions Namespace

Send Feedback