Interface IHostAwareRegionBehavior
Defines a IRegionBehavior that not allows extensible behaviors on regions which also interact with the target element that the IRegion is attached to.
Namespace: Sartorius.SAF.Presentation.Regions.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IHostAwareRegionBehavior : IRegionBehavior
Properties
View SourceHostControl
Gets or sets the DependencyObject that the IRegion is attached to.
Declaration
DependencyObject HostControl { get; set; }
Property Value
| Type | Description |
|---|---|
| DependencyObject | A DependencyObject that the IRegion is attached to. This is usually a FrameworkElement that is part of the tree. |