Gets the type converter for this property.
[Visual Basic] Overridable Public ReadOnly Property Converter As TypeConverter [C#] public TypeConverter Converter {virtual get;} [C++] public: __property virtual TypeConverter* get_Converter(); [JScript] public function get Converter() : TypeConverter;
A TypeConverter that is used to convert the Type of this property.
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | TypeConverter