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

TcxRadioButton.GroupIndex Property

Allows radio buttons to work together as a group, like TcxRadioGroup buttons.

#Declaration

Delphi
property GroupIndex: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Radio buttons with matching GroupIndex property values are considered a group – only one button in this group can be selected at one time. You can assign any integer values to this property, including negative values and zero (the default value) – every distinct value corresponds to a new group.

Note

This property has no compatibility with the GroupIndex property provided by radio button items in the DevExpress layout control.

The default value of the GroupIndex property is 0.

See Also