Class BindRegionContextToDependencyObjectBehavior
Defines a behavior that forwards the RegionContextProperty to the views in the region.
Inheritance
BindRegionContextToDependencyObjectBehavior
Implements
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 |
|---|---|
| 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()