ClassPropertyBinding
Class
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.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class PropertyBinding
Inheritance: objectPropertyBinding
Constructors
PropertyBinding(RadObject, RadProperty, RadProperty, PropertyBindingOptions)
Initializes a new instance of the RadPropertyBinding class.
Declaration
cs-api-definition
public PropertyBinding(RadObject sourceObject, RadProperty boundProperty, RadProperty sourceProperty, PropertyBindingOptions options)
Parameters
sourceObject
boundProperty
sourceProperty
options
Properties
BindingOptions
Declaration
cs-api-definition
public PropertyBindingOptions BindingOptions { get; }
Property Value
SourceObject
Gets the binding source.
Methods
UpdateSourceProperty(object)
Updates the binding source property.
Declaration
cs-api-definition
public void UpdateSourceProperty(object newValue)
Parameters
newValue