Back to Devexpress

TcxCheckGroupItem Class

vcl-cxcheckgroup-e1e139ce.md

latest1.4 KB
Original Source

TcxCheckGroupItem Class

An individual check box within the TcxCheckGroup and TcxDBCheckGroup controls.

Declaration

delphi
TcxCheckGroupItem = class(
    TcxButtonGroupItem
)

Remarks

To display check boxes within a TcxCheckGroup or TcxDBCheckGroup control, you need to add TcxCheckGroupItem objects into the control’s Properties.Items collection. Each object added represents an individual check box. The TcxCheckGroupItem object’s properties enable you to specify the check box’s caption, enabled state and tag. Note that all these settings are inherited from the TcxButtonGroupItem object. The TcxCheckGroupItem class simply publishes the inherited properties.

Inheritance

TObject TPersistent TCollectionItem TcxCaptionItem TcxButtonGroupItem TcxCheckGroupItem

See Also

TcxCheckGroupItem Members

cxCheckGroup Unit