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 Properties
Show Inherited Hide Inherited

Represents a single item in the collection.
Name Description
Description Gets or sets the item’s display text.
Image Gets or sets an image displayed by this item. This property is obsolete. Use the ImageOptions property instead.
ImageIndex Specifies the index of the item’s image. This property is obsolete. Use the ImageOptions property instead.
ImageOptions Provides access to settings that allow you to set up raster and vector icons for this ImageListBoxItem.
Images Gets the source of images which provides images for image list box items.
Tag Gets or sets custom data associated with the current ListBoxItem object. Inherited from ListBoxItem.
Value Gets or sets the item’s value. Inherited from ListBoxItem.
See Also