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.
|
System.
|
RadObjectCustomPropertyDescriptor(PropertyDescriptor, Attribute[], Boolean)
Declaration
public RadObjectCustomPropertyDescriptor(PropertyDescriptor wrapped, Attribute[] attributes, bool readOnly)
Parameters
System.
|
System.
|
System.
|
Properties
ComponentType
Declaration
public override Type ComponentType { get; }
Property Value
System.
|
IsReadOnly
Declaration
public override bool IsReadOnly { get; }
Property Value
System.
|
PropertyType
Declaration
public override Type PropertyType { get; }
Property Value
System.
|
SerializeAsRadProperty
Declaration
public bool SerializeAsRadProperty { get; set; }
Property Value
System.
|
Wrapped
Declaration
public PropertyDescriptor Wrapped { get; }
Property Value
System.
|
Methods
AddValueChanged(Object, EventHandler)
Declaration
public override void AddValueChanged(object component, EventHandler handler)
Parameters
System.
|
System.
|
CanResetValue(Object)
Declaration
public override bool CanResetValue(object component)
Parameters
System.
|
Returns
System.
|
GetShouldSerializeFromRadobject(Object)
Declaration
protected bool? GetShouldSerializeFromRadobject(object component)
Parameters
System.
|
Returns
System.
|
GetValue(Object)
Declaration
public override object GetValue(object component)
Parameters
System.
|
Returns
System.
|
OnValueChanged(Object, EventArgs)
Declaration
protected override void OnValueChanged(object component, EventArgs e)
Parameters
System.
|
System.
|
RemoveValueChanged(Object, EventHandler)
Declaration
public override void RemoveValueChanged(object component, EventHandler handler)
Parameters
System.
|
System.
|
ResetValue(Object)
Declaration
public override void ResetValue(object component)
Parameters
System.
|
SetValue(Object, Object)
Declaration
public override void SetValue(object component, object value)
Parameters
System.
|
System.
|
ShouldSerializeValue(Object)
Declaration
public override bool ShouldSerializeValue(object component)
Parameters
System.
|
Returns
System.
|