net472_PropertyGridHelpers.UIEditors_AutoCompleteComboBoxEditor_Converter - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteComboBoxEditor.Converter property

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; }

Remarks

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.

See Also

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