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

In This Topic
    PropertyBridge Class
    In This Topic
    Represents a PropertyBridge<TPropType> with an arbitrary type of synchronized properties.
    Object Model
    PropertyBridge Class
    Syntax
    'Declaration
     
    
    Public Class PropertyBridge 
       Inherits C1.WPF.Schedule.PropertyBridge(Of Object)
    public class PropertyBridge : C1.WPF.Schedule.PropertyBridge<object> 
    Remarks
    See the PropertyBridge<TPropType> description for details.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      C1.WPF.Schedule.PropertyBridge<TPropType>
                         C1.WPF.Schedule.PropertyBridge

    See Also