Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CheckedListBoxItem Class

Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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