Back to Devexpress

ImageListBoxItem Class

windowsforms-devexpress-dot-xtraeditors-dot-controls-86291e79.md

latest2.3 KB
Original Source

ImageListBoxItem Class

Represents a single item in the collection.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class ImageListBoxItem :
    ListBoxItem
vb
Public Class ImageListBoxItem
    Inherits 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 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.

Inheritance

Object ListBoxItem ImageListBoxItem

See Also

ImageListBoxItem Members

ListBoxItem

ImageListBoxItemCollection

Item[Int32]

DevExpress.XtraEditors.Controls Namespace