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

TcxCheckListBoxItems Class

Represents a collection of items for a check list box control.

#Declaration

Delphi
TcxCheckListBoxItems = class(
    TcxCaptionItems
)

#Remarks

The TcxCheckListBoxItems class encapsulates a collection of items for check list box controls (descendants of the TcxCustomCheckListBox class). Use the control’s TcxCustomCheckListBox.Items property to access the item collection.

TcxCheckListBoxItems provides methods to add, remove and access individual items. Items in the collection represent TcxCheckListBoxItem objects. For each item, you can specify its state, text, enabled status and object associated with it.

See Also