By default, images associated with list items are displayed within the editor's dropdown list.
This demo illustrates how the ShowImageInEditBox property can be used to display an image of the selected item within
the editor's edit box in addition to the text.
Note that the ASPxComboBox provides the following ways to define item images:
-
The ImageUrl property of an item can be used to define images for individual items.
-
The ItemImage property of the editor can be used to set a uniform image for all items.
-
If the editor is data bound, the editor's ImageUrlField property can be used to specify a data field containing item image URLs.