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

CheckedListBoxItem Class

Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public class CheckedListBoxItem :
    ListBoxItem

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.

Inheritance

Object
ListBoxItem
CheckedListBoxItem
See Also