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 System.Windows.DependencyObject that the IRegion is attached to.
Declaration
DependencyObject HostControl { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DependencyObject | A System.Windows.DependencyObject that the IRegion is attached to. This is usually a System.Windows.FrameworkElement that is part of the tree. |