TdxLayoutRadioButtonItem.GroupIndex Property
In This Article
Adds the layout radio button item to a specific group.
#Declaration
Delphi
property GroupIndex: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
Use this property to group radio button items in the layout control. A group can include only one checked radio button. To create a new group, assign the identical GroupIndex property value to radio button(s).
Note
This property has no compatibility with a DevExpress radio button’s Group
The default value of the GroupIndex property is 0.
See Also