CheckedListBoxItem Class
Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Related API Members
The following members return CheckedListBoxItem objects:
Remarks
This class represents a single item displayed in the checked list box control. Items constitute the collection represented by the CheckedListBoxItemCollection object.
An item can be set to one of three states (unchecked, checked and indeterminate). The CheckedListBoxItem.CheckState property enables you to specify the item’s state. The item’s value is specified by the ListBoxItem.Value property.
Individual items can be accessed via the collection’s CheckedListBoxItemCollection.Item property using indexer notation.