Back to Devexpress

ListBoxItem Class

windowsforms-devexpress-dot-xtraeditors-dot-controls-f27058a5.md

latest1.6 KB
Original Source

ListBoxItem 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 ListBoxItem
vb
Public Class ListBoxItem

Remarks

The ListBoxItem class serves as a base for CheckedListBoxItem and ImageListBoxItem classes. This class represents a single item contained within the control’s item collection. The ListBoxItem.Value property represents the item’s value.

Inheritance

Object ListBoxItem CheckedListBoxItem

ImageListBoxItem

See Also

ListBoxItem Members

ListBoxItemCollection

ImageListBoxItem

DevExpress.XtraEditors.Controls Namespace