Interface
IPropertyBinding

Supports methods for bound properties of two RadObject instances.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IPropertyBinding

Methods

CanGetValueForProperty(RadProperty)

Declaration

cs-api-definition
bool CanGetValueForProperty(RadProperty property)

Parameters

property

RadProperty

Returns

bool

GetValue()

Declaration

cs-api-definition
object GetValue()

Returns

object