TcxRadioButton.GroupIndex Property
Allows radio buttons to work together as a group, like TcxRadioGroup buttons.
Declaration
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