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.
Inheritance
System.Object
PropertyBoundObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class PropertyBoundObject
Constructors
PropertyBoundObject(RadObject, RadProperty)
Declaration
public PropertyBoundObject(RadObject boundObject, RadProperty boundProperty)
Parameters
RadObject
boundObject
|
RadProperty
boundProperty
|
Properties
IsObjectAlive
Declaration
public bool IsObjectAlive { get; }
Property Value
System.Boolean
|
Object
Property
Methods
UpdateValue()
Declaration
public void UpdateValue()