Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / BindingTargetsBridge Class
Members

In This Topic
    BindingTargetsBridge Class
    In This Topic
    Represents a class that keeps values of two binding targets equal.
    Object Model
    BindingTargetsBridge Class
    Syntax
    'Declaration
     
    
    Public Class BindingTargetsBridge 
       Inherits System.Windows.FrameworkElement
    public class BindingTargetsBridge : System.Windows.FrameworkElement 
    Remarks
    This class is similar to the PropertyBridge<TPropType> class, but synchronized values are represented by bindings.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      C1.WPF.Schedule.BindingTargetsBridge

    See Also