Gets the type converter for this property.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
TypeConverter Converter { get; }
Visual Basic (Declaration)
ReadOnly Property Converter As TypeConverter

Remarks

This may return null if no type converter is defined for the property.

See Also