Interface ITwoWayPropertyBinding
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface ITwoWayPropertyBinding : IPropertyBinding
Methods
UpdateBindingSourceProperty(RadProperty, Object)
Declaration
void UpdateBindingSourceProperty(RadProperty boundProperty, object newValue)
Parameters
RadProperty
boundProperty
|
System.Object
newValue
|