Back to Devexpress

TcxCheckListBoxItem Class

vcl-cxchecklistbox-5b3b7bf7.md

latest1.2 KB
Original Source

TcxCheckListBoxItem Class

Represents an item contained within a check list box control.

Declaration

delphi
TcxCheckListBoxItem = class(
    TcxCaptionItem
)

Remarks

The TcxCheckListBoxItem class represents an item for check list box controls (descendants of the TcxCustomCheckListBox class). You can access items via the Items property.

For each item, you can access its caption, checked state, enabled status and object associated with it.

Inheritance

TObject TPersistent TCollectionItem TcxCaptionItem TcxCheckListBoxItem

See Also

TcxCustomCheckListBox

TcxCustomCheckListBox.Items

TcxCheckListBoxItem Members

cxCheckListBox Unit