Skip to main content
A newer version of this page is available. .

ImageListBoxItem Class

Represents a single item in the collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class ImageListBoxItem :
    ListBoxItem

The following members return ImageListBoxItem objects:

Remarks

The ImageListBoxItem class derives from ListBoxItem. It represents a single item displayed in the ImageListBoxControl. Items constitute the collection represented by the ImageListBoxItemCollection object.

The ImageListBoxItem.ImageIndex property introduced by this class allows you to specify the index of the image to be displayed in the item. The ListBoxItem.Value property specifies the item’s value.

ImageListBoxItem objects can be accessed via the control’s BaseImageListBoxControl.Items property.

Inheritance

Object
ListBoxItem
ImageListBoxItem
See Also