ClassRadPropertyBinding
Class
Supports methods for general binding of properties of two RadObject instances.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class RadPropertyBinding : ITwoWayPropertyBinding, IPropertyBinding
Inheritance: objectRadPropertyBinding
Implements:
Constructors
RadPropertyBinding(RadObject, RadProperty, RadProperty, PropertyBindingOptions)
Initializes a new instance of the RadPropertyBinding class.
Declaration
cs-api-definition
public RadPropertyBinding(RadObject bindingSourceObject, RadProperty fromProperty, RadProperty bindingSourceProperty, PropertyBindingOptions options)
Parameters
bindingSourceObject
fromProperty
bindingSourceProperty
options
Properties
BindingSourceObject
Gets the binding source.
Declaration
cs-api-definition
public RadObject BindingSourceObject { get; }
Property Value
Methods
CanGetValueForProperty(RadProperty)
Declaration
cs-api-definition
public bool CanGetValueForProperty(RadProperty property)
Parameters
property
Returns
Implements
UpdateBindingSourceProperty(RadProperty, object)
Updates the binding source property.
Declaration
cs-api-definition
public void UpdateBindingSourceProperty(RadProperty boundProperty, object newValue)
Parameters
boundProperty
newValue
Implements