RadControls for WinForms

Represents a dependency between two properties. Used by a RadObject to bind a RadProperty to an external one and always use its value. The binding may be also two-way, in which special case the bound property updates its source.

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

Syntax

C#
public class PropertyBinding
Visual Basic
Public Class PropertyBinding

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls..::..PropertyBinding

See Also