[]
        
(Showing Draft Content)

C1.WPF.Schedule.BindingTargetsBridge

BindingTargetsBridge Class

Represents a class that keeps values of two binding targets equal.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class BindingTargetsBridge : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Remarks

This class is similar to the PropertyBridge<TPropType> class, but synchronized values are represented by bindings.

Constructors

Name Description
BindingTargetsBridge()

Properties

Name Description
BindingsTargetType

Gets or sets a type of synchronized bindings' target values, which is used for a value conversion.

SourceBinding

Gets or sets a source binding.

TargetBinding

Gets or sets a target binding.

Methods

Name Description
OnInitialized(EventArgs)

Overrides the default behavior.