Class CustomPropertiesTypeConverter
Inheritance
System.Object
CustomPropertiesTypeConverter
Assembly: Syncfusion.Shared.Base.dll
public abstract class CustomPropertiesTypeConverter : TypeConverter
Constructors
Hide default constructor. Allow to see it only inheritors.
Declaration
protected CustomPropertiesTypeConverter()
Fields
Empty attributes array for optimization.
Declaration
protected static readonly Attribute[] EmptyAttributes
Field Value
Methods
GetProperties(ITypeDescriptorContext, Object, Attribute[])
Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] filter)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
System.Object |
value |
|
System.Attribute[] |
filter |
|
Returns
Type |
System.ComponentModel.PropertyDescriptorCollection |
GetPropertiesSupported(ITypeDescriptorContext)
Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Declaration
protected abstract Attribute[] GetPropertyAttributes(Component component, PropertyDescriptor property)
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
component |
|
System.ComponentModel.PropertyDescriptor |
property |
|
Returns