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

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.

See Also