how do show image in imagelistboxcontrol ?
i don't know add items, and show image
how to show image in ImageListBoxControl
Answers approved by DevExpress Support
Hi,
To add the images to the items of ImageListBoxControl, you can use the DataSource or Items properties.
If you want to bind some data source with images, use the DataSource property. If you want to add items manually, use the Items property. In this case, you need to assign the required image collection to the ImageList property. I've attached a video illustrating how to add items manually via designer.
Let us know, If you have further questions.