Represents a property. Supports telerik dependency properties system by
encapsulating a property of a certain RadElement instance.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class RadProperty |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class RadProperty |
Inheritance Hierarchy
System..::..Object
Telerik.WinControls..::..RadProperty
See Also