Skip to content

Create a custom checked combo box that shows images in the edit box and dropdown window.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-checked-combobox-with-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Checked ComboBox - Show images in the edit box and drop-down window

In this example, the CheckedComboBoxEdit is bound to a data source. The example creates a custom editor (CheckedImageComboBoxEdit) that can display images in the edit box and drop-down window.

  • To show images in the drop-down window, use the Properties.ImageMember property to specify the name of the data field with images (Image objects or a byte array).
  • Enable the RepositoryItemCheckedImageComboBoxEdit.ShowImagesInEditBox option to display images in the edit box.

WinForms Checked Combobox - Show images in the edit box and dropdown window

Files to Review

Documentation