Class
PropertyBoundObject

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

RadObject

boundProperty

RadProperty

Properties

IsObjectAlive

Declaration

cs-api-definition
public bool IsObjectAlive { get; }

Property Value

bool

Object

Declaration

cs-api-definition
public RadObject Object { get; }

Property Value

RadObject

Property

Declaration

cs-api-definition
public RadProperty Property { get; }

Property Value

RadProperty

Methods

UpdateValue()

Declaration

cs-api-definition
public void UpdateValue()