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

TcxCustomCheckListBox.Items Property

Specifies a collection of items in the current list box.

#Declaration

Delphi
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