ImageListBoxItem Class
Represents a single item in the collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
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.