net472_PropertyGridHelpers.Controls_AutoCompleteComboBox_Value - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteComboBox.Value property

Gets or sets the value displayed and edited in the combo box.

public object Value { get; set; }

Property Value

The current text of the combo box.

Remarks

This property is used by DropDownVisualizer to transfer data between the editor and the hosting environment.

See Also

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