Back to Devexpress

TcxCustomButtonGroup Class

vcl-cxgroupbox-95d1464a.md

latest1.8 KB
Original Source

TcxCustomButtonGroup Class

Implements the basic functionality of controls displaying multiple check boxes or radio buttons.

Declaration

delphi
TcxCustomButtonGroup = class(
    TcxCustomGroupBox
)

Remarks

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.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomGroupBox TcxCustomButtonGroup

See Also

TcxCustomButtonGroup Members

cxGroupBox Unit