windowsforms-devexpress-dot-xtraeditors-dot-controls-86291e79.md
Represents a single item in the collection.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class ImageListBoxItem :
ListBoxItem
Public Class ImageListBoxItem
Inherits ListBoxItem
The following members return ImageListBoxItem objects:
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.
Object ListBoxItem ImageListBoxItem
See Also