You can do it that way adding a field to your dropdown''s data source named ImageIndex.
If you do not want to do this, you can subscribe to the dropdown''s embedded grid''s PrepareViewStyleInfo event, and dynamically set e.Style.ImageIndex and e.Style.ImageList at that point based on some criteria or cache of values.
Here is a little sample that uses this second technique. It also has commented out the first technique if you want to try that as well. (But don''t try using both as that might confuse things.)
ComboRelations_6371.zip