net90_PropertyGridHelpers.Converters_EnumTextConverter 1 - dparvin/PropertyGridHelpers GitHub Wiki
Generic version of Enum Text Converter
public class EnumTextConverter<T> : EnumTextConverter
where T : Enum
parameter | description |
---|---|
T |
name | description |
---|---|
EnumTextConverter() | Initializes a new instance of the EnumTextConverter class. |
This converter is used to display specialized text in the PropertyGrid where the text is tied to the elements of an Enum. Use the EnumTextAttribute
to attach the text to the Enum elements. It uses the specified enum type set as a generic type for the class.
- class EnumTextConverter
- namespace PropertyGridHelpers.Converters
- assembly PropertyGridHelpers
- EnumTextConverter.cs