vcl-cxgroupbox-95d1464a.md
Implements the basic functionality of controls displaying multiple check boxes or radio buttons.
TcxCustomButtonGroup = class(
TcxCustomGroupBox
)
The TcxCustomButtonGroup class serves as the base for the TcxRadioGroup and TcxCheckGroup controls. It inherits the border and caption painting functionality from the group box control. Additionally, it overrides the Properties property to return an object providing common settings for radio group and check group controls.
Do not create TcxCustomButtonGroup objects directly. To create a radio or check group, use an appropriate descendant.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomGroupBox TcxCustomButtonGroup
See Also