StiDataBindingsCollectionConverter Class

Namespace: Stimulsoft.Base.Design

Inheritance

Inherits from: TypeConverter

Methods

Method Returns Description
CanConvertTo bool  
GetProperties PropertyDescriptorCollection  
GetPropertiesSupported bool  

Method Details

CanConvertTo

CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): bool

Parameters

  • context (ITypeDescriptorContext)
  • destinationType (Type)

Returns bool


GetProperties

GetProperties(context: ITypeDescriptorContext, value: object, **: Attributeattributes): PropertyDescriptorCollection

Parameters

  • context (ITypeDescriptorContext)
  • value (object)
  • ** (Attributeattributes)

Returns PropertyDescriptorCollection


GetPropertiesSupported

GetPropertiesSupported(context: ITypeDescriptorContext): bool

Parameters

  • context (ITypeDescriptorContext)

Returns bool