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

TcxCustomRadioGroup Class

Implements the basic functionality for radio group controls.

#Declaration

Delphi
TcxCustomRadioGroup = class(
    TcxCustomButtonGroup
)

#Remarks

Radio group controls combine a number of radio buttons into a group so that a single button from the group can be selected at a time. The TcxCustomRadioGroup class implements the basic functionality of such control. It serves as the ancestor for the TcxRadioGroup and TcxDBRadioGroup editors.

Radio buttons that can be joined in the groups are represented by the TcxRadioButton controls.

See Also