Skip to main content

ListBoxItem Class

Represents a single item in the collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.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