Skip to main content

TcxCustomRadioGroupButtonClass Type

Represents the type of radio buttons used within a radio group.

Declaration

TcxCustomRadioGroupButtonClass = class of TcxCustomRadioGroupButton;

Referenced Class

Type
TcxCustomRadioGroupButton

Remarks

If you need a specific functionality of radio buttons included into the group, you can create a descendant of the TcxCustomRadioGroupButton class. After such a class is declared you can use it to represent buttons within radio group controls. For this purpose, you need to create a descendant of the TcxCustomRadioGroup class (your own radio group control) and override its GetButtonClass method. This method’s return value is of the TcxCustomRadioGroupButtonClass type (the type of the radio button descendant). You need to return your custom button class in this method. In this case, the created radio group descendant control will use custom radio buttons.

See Also