ImageListBoxItem Class
Represents a single item in the collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class ImageListBoxItem :
ListBoxItem
#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 ListBoxItem.Value property specifies the item’s value.
Use the ImageListBoxItem.ImageOptions property to specify an image and image-related settings.
ImageListBoxItem objects can be accessed via the control’s BaseImageListBoxControl.Items property.