Skip to main content

TdxLayoutRadioButtonItem.GroupIndex Property

Adds the layout radio button item to a specific group.

Declaration

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 GroupIndex property.

The default value of the GroupIndex property is 0.

See Also