net472_PropertyGridHelpers.UIEditors_AutoCompleteComboBoxEditor_Converter - dparvin/PropertyGridHelpers GitHub Wiki
Gets or sets the EnumConverter used to convert between the displayed text in the combo box and the corresponding enum value.
public EnumConverter Converter { get; set; }
This converter supports mapping from the display name to the actual enum constant, ensuring that the editor returns the correct enum value even when the display text differs.
- class AutoCompleteComboBoxEditor
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers