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

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.

See Also