Skip to main content

ListBoxItem Class

Represents a single item in the collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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