New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class PropertyBoundObject

Inheritance: objectPropertyBoundObject

C#
public RadProperty Property { get; }

Constructors

C#
public PropertyBoundObject(RadObject boundObject, RadProperty boundProperty)
Parameters:boundObjectRadObjectboundPropertyRadProperty

Properties

C#
public bool IsObjectAlive { get; }
C#
public RadObject Object { get; }

Methods

C#
public void UpdateValue()