Skip to content

net472_PropertyGridHelpers.Controls_AutoCompleteComboBox_Value

dparvin edited this page May 25, 2025 · 10 revisions

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

Clone this wiki locally