net90_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> | A strongly-typed generic version of EnumTextConverter for handling enums with display text annotations in a PropertyGrid. |
class EnumTextConverter | Provides a type converter for enums that supports displaying custom user-friendly text for enum fields using the EnumTextAttribute or LocalizedEnumTextAttribute . |
interface IParsable<T> | Defines a contract for parsing a string representation into an instance of type T. |
class OnlySelectableTypeConverter | Provides a type converter that restricts input to selectable values only. |
class TypeConverter<T> | A generic ExpandableObjectConverter that enables editing of complex types with nested properties directly in a PropertyGrid. |