Class RadObjectCustomPropertyDescriptor
Inheritance
System.Object
RadObjectCustomPropertyDescriptor
Namespace: Telerik.WinControls.Design
Assembly: Telerik.WinControls.dll
Syntax
public class RadObjectCustomPropertyDescriptor : PropertyDescriptor
Constructors
RadObjectCustomPropertyDescriptor(PropertyDescriptor, Attribute[])
Declaration
public RadObjectCustomPropertyDescriptor(PropertyDescriptor wrapped, Attribute[] attributes)
Parameters
System.ComponentModel.PropertyDescriptor
wrapped
|
System.Attribute[]
attributes
|
RadObjectCustomPropertyDescriptor(PropertyDescriptor, Attribute[], Boolean)
Declaration
public RadObjectCustomPropertyDescriptor(PropertyDescriptor wrapped, Attribute[] attributes, bool readOnly)
Parameters
System.ComponentModel.PropertyDescriptor
wrapped
|
System.Attribute[]
attributes
|
System.Boolean
readOnly
|
Properties
ComponentType
Declaration
public override Type ComponentType { get; }
Property Value
System.Type
|
IsReadOnly
Declaration
public override bool IsReadOnly { get; }
Property Value
System.Boolean
|
PropertyType
Declaration
public override Type PropertyType { get; }
Property Value
System.Type
|
SerializeAsRadProperty
Declaration
public bool SerializeAsRadProperty { get; set; }
Property Value
System.Boolean
|
Wrapped
Declaration
public PropertyDescriptor Wrapped { get; }
Property Value
System.ComponentModel.PropertyDescriptor
|
Methods
AddValueChanged(Object, EventHandler)
Declaration
public override void AddValueChanged(object component, EventHandler handler)
Parameters
System.Object
component
|
System.EventHandler
handler
|
CanResetValue(Object)
Declaration
public override bool CanResetValue(object component)
Parameters
System.Object
component
|
Returns
System.Boolean
|
GetShouldSerializeFromRadobject(Object)
Declaration
protected bool? GetShouldSerializeFromRadobject(object component)
Parameters
System.Object
component
|
Returns
System.Nullable<System.Boolean>
|
GetValue(Object)
Declaration
public override object GetValue(object component)
Parameters
System.Object
component
|
Returns
System.Object
|
OnValueChanged(Object, EventArgs)
Declaration
protected override void OnValueChanged(object component, EventArgs e)
Parameters
System.Object
component
|
System.EventArgs
e
|
RemoveValueChanged(Object, EventHandler)
Declaration
public override void RemoveValueChanged(object component, EventHandler handler)
Parameters
System.Object
component
|
System.EventHandler
handler
|
ResetValue(Object)
Declaration
public override void ResetValue(object component)
Parameters
System.Object
component
|
SetValue(Object, Object)
Declaration
public override void SetValue(object component, object value)
Parameters
System.Object
component
|
System.Object
value
|
ShouldSerializeValue(Object)
Declaration
public override bool ShouldSerializeValue(object component)
Parameters
System.Object
component
|
Returns
System.Boolean
|