Class BindRegionContextToDependencyObjectBehavior
Defines a behavior that forwards the RegionContextProperty to the views in the region.
Inheritance
System.Object
BindRegionContextToDependencyObjectBehavior
Implements
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Regions.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class BindRegionContextToDependencyObjectBehavior : IRegionBehavior
Fields
View SourceBehaviorKey
The key of this behavior.
Declaration
public const string BehaviorKey = "ContextToDependencyObject"
Field Value
Type | Description |
---|---|
System.String |
Properties
View SourceRegion
Behavior's attached region.
Declaration
public IRegion Region { get; set; }
Property Value
Type | Description |
---|---|
IRegion |
Methods
View SourceAttach()
Attaches the behavior to the specified region.
Declaration
public void Attach()