TcxCheckGroupItem Class
An individual check box within the TcxCheckGroup and TcxDBCheckGroup controls.
Declaration
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