Skip to main content

TcxCustomCheckListBox.Items Property

Specifies a collection of items in the current list box.

Declaration

property Items: TcxCheckListBoxItems read; write;

Property Value

Type
TcxCheckListBoxItems

Remarks

The Items property provides access to individual items displayed by the check list box control. This allows adding, removing and customizing items depending on your needs. You can return the total number of items via the Count property.

Each item represents an object of the TcxCheckListBoxItem class. You can use TcxCheckListBoxItem properties to specify item’s text (caption), state, enabled status and object associated with it.

See Also