Back to Devexpress

ImageListBoxItem Properties

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-imagelistboxitem-dot-underscore-properties.md

latest2.1 KB
Original Source

ImageListBoxItem Properties

Represents a single item in the collection.

NameDescription
DescriptionGets or sets the item’s display text.
ImageGets or sets an image displayed by this item. This property is obsolete. Use the ImageOptions property instead.
ImageIndexSpecifies the index of the item’s image. This property is obsolete. Use the ImageOptions property instead.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this ImageListBoxItem.
ImagesGets the source of images which provides images for image list box items.
TagGets or sets custom data associated with the current ListBoxItem object. Inherited from ListBoxItem.
ValueGets or sets the item’s value. Inherited from ListBoxItem.

See Also

ImageListBoxItem Class

ImageListBoxItem Members

DevExpress.XtraEditors.Controls Namespace