Class PropertyDescriptorAdv
Inheritance
System.Object
PropertyDescriptorAdv
Assembly: Syncfusion.Shared.Base.dll
public abstract class PropertyDescriptorAdv : PropertyDescriptor
Constructors
Declaration
protected PropertyDescriptorAdv(Type componentType, string name, Type propertyType)
Parameters
Type |
Name |
Description |
System.Type |
componentType |
|
System.String |
name |
|
System.Type |
propertyType |
|
Declaration
protected PropertyDescriptorAdv(Type componentType, string name, Type propertyType, Attribute[] attributes)
Parameters
Type |
Name |
Description |
System.Type |
componentType |
|
System.String |
name |
|
System.Type |
propertyType |
|
System.Attribute[] |
attributes |
|
Properties
Declaration
public override Type ComponentType { get; }
Property Value
Declaration
public override bool IsReadOnly { get; }
Property Value
Declaration
public override Type PropertyType { get; }
Property Value
Methods
Declaration
public override bool CanResetValue(object component)
Parameters
Type |
Name |
Description |
System.Object |
component |
|
Returns
Declaration
public override void ResetValue(object component)
Parameters
Type |
Name |
Description |
System.Object |
component |
|
Declaration
public override bool ShouldSerializeValue(object component)
Parameters
Type |
Name |
Description |
System.Object |
component |
|
Returns