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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class BindingTargetsBridge : FrameworkElement
Visual Basic (Declaration)
Public Class BindingTargetsBridge _
	Inherits FrameworkElement

Remarks

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

Inheritance Hierarchy

See Also