net472_PropertyGridHelpers.ConvertersNamespace - dparvin/PropertyGridHelpers GitHub Wiki
The PropertyGridHelpers.Converters namespace contains type converters used in displaying data in the property grid.
public type | description |
---|---|
class EnumTextConverter<T> | Generic version of Enum Text Converter |
class EnumTextConverter | Enum Text Converter |
class OnlySelectableTypeConverter | Provides a type converter that restricts input to selectable values only. |
class TypeConverter<T> | Convert a type to another type. Used for expandable objects. |