Class RadObjectCustomRadPropertyDescriptor
Inherited Members
Namespace: Telerik.WinControls.Design
Assembly: Telerik.WinControls.dll
Syntax
public class RadObjectCustomRadPropertyDescriptor : RadObjectCustomPropertyDescriptor
Constructors
RadObjectCustomRadPropertyDescriptor(PropertyDescriptor, Attribute[])
Declaration
public RadObjectCustomRadPropertyDescriptor(PropertyDescriptor wrapped, Attribute[] attributes)
Parameters
System.ComponentModel.PropertyDescriptor
wrapped
|
System.Attribute[]
attributes
|
RadObjectCustomRadPropertyDescriptor(PropertyDescriptor, Attribute[], Boolean)
Declaration
public RadObjectCustomRadPropertyDescriptor(PropertyDescriptor wrapped, Attribute[] attributes, bool readOnly)
Parameters
System.ComponentModel.PropertyDescriptor
wrapped
|
System.Attribute[]
attributes
|
System.Boolean
readOnly
|
Methods
GetRadProperty(RadObject)
Declaration
public RadProperty GetRadProperty(RadObject component)
Parameters
RadObject
component
|
Returns
RadProperty
|
SetValue(Object, Object)
Declaration
public override void SetValue(object component, object value)
Parameters
System.Object
component
|
System.Object
value
|
Overrides
ShouldSerializeValue(Object)
Declaration
public override bool ShouldSerializeValue(object component)
Parameters
System.Object
component
|
Returns
System.Boolean
|