Skip to content

Create a custom ComboBoxEdit control that behaves like a standard combobox.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-comboboxedit-implement-standard-combobox-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms ComboBoxEdit - Turn off incremental search and implement a standard ComboBox search

The WinForms ComboBoxEdit uses incremental search to find items. This behavior is different from that of a standard combobox. This example demonstrates how to customize the DevExpress ComboBoxEdit control to behave like a standard combobox.

The example creates a custom ComboBoxEdit and overrides the FindItem method and AutoSearchText property. Note that the RepositoryItemButtonEdit.TextEditStyle property should be set to TextEditStyles.DisableTextEditor.

Files to Review

Documentation