Interface IPropertyBinding
Supports methods for bound properties of two RadObject instances.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface IPropertyBinding
Methods
CanGetValueForProperty(RadProperty)
Declaration
bool CanGetValueForProperty(RadProperty property)
Parameters
|
RadProperty
property
|
Returns
|
System.Boolean
|
GetValue()
Declaration
object GetValue()
Returns
|
System.Object
|