Skip to main content
A newer version of this page is available. .

ListBoxItem Class

Represents a single item in the collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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.

See Also