AutoComplete Property (C1ComboBox)
In This Topic
Gets or sets whether the control should try to automatically complete entries using the list items as an item source.
Syntax
'Declaration
Public Property AutoComplete As Boolean
public bool AutoComplete {get; set;}
See Also