Back to Devexpress

CheckedListBoxItem Class

windowsforms-devexpress-dot-xtraeditors-dot-controls-99438933.md

latest2.5 KB
Original Source

CheckedListBoxItem Class

Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class CheckedListBoxItem :
    ListBoxItem
vb
Public Class CheckedListBoxItem
    Inherits 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

CheckedListBoxItem Members

CheckedListBoxControl

CheckedComboBoxEdit

DevExpress.XtraEditors.Controls Namespace