Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ImageListBoxItem Constructors

Represents a single item in the collection.
Name Parameters Description
ImageListBoxItem() none Creates a new ImageListBoxItem object.
ImageListBoxItem(Object, Int32) value, imageIndex Creates a new ImageListBoxItem object with the specified value and image.
ImageListBoxItem(Object, String, ImageListBoxItemImageOptions, Object) value, description, imageOptions, tag Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32, Object, Image) value, description, imageIndex, tag, image Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32, Object) value, description, imageIndex, tag Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32) value, description, imageIndex Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Object) value, description, tag Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String) value, description Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object) value Creates a new ImageListBoxItem object and instantiates its ListBoxItem.Value property.
See Also