RadControls for WinForms

Represents an object which property is bound to some other object's property. Stores the object itself and its bound property. Used internally by the DPS to notify bound objects for a change in a binding source property.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class PropertyBoundObject
Visual Basic
Public Class PropertyBoundObject

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls..::..PropertyBoundObject

See Also