net90_PropertyGridHelpers.Converters_EnumTextConverter 1 - dparvin/PropertyGridHelpers GitHub Wiki

EnumTextConverter<T> class

Generic version of Enum Text Converter

public class EnumTextConverter<T> : EnumTextConverter
    where T : Enum
parameter description
T

Public Members

name description
EnumTextConverter() Initializes a new instance of the EnumTextConverter class.

Remarks

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.

See Also

⚠️ **GitHub.com Fallback** ⚠️