Back to Devexpress

TcxRadioButton.GroupIndex Property

vcl-cxradiogroup-dot-tcxradiobutton-c71e2d80.md

latest1.2 KB
Original Source

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

TypeDefault
Integer0

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

TcxRadioButton Class

TcxRadioButton Members

cxRadioGroup Unit