ListBoxItem Class
In This Article
Represents a single item in the collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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