Represents a PropertyBridge<(Of <(<'TPropType>)>)> with an arbitrary type of synchronized properties.

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

Syntax

C#
public class PropertyBridge : PropertyBridge<Object>
Visual Basic (Declaration)
Public Class PropertyBridge _
	Inherits PropertyBridge(Of Object)

Remarks

See the PropertyBridge<(Of <(<'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.C1Schedule..::..PropertyBridge<(Of <(<'Object>)>)>
              C1.WPF.C1Schedule..::..PropertyBridge

See Also