ClassPropertyBoundObject
Class
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.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class PropertyBoundObject
Inheritance: objectPropertyBoundObject
Constructors
PropertyBoundObject(RadObject, RadProperty)
Declaration
cs-api-definition
public PropertyBoundObject(RadObject boundObject, RadProperty boundProperty)
Parameters
boundObject
boundProperty
Properties
Methods
UpdateValue()
Declaration
cs-api-definition
public void UpdateValue()