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

TdxLayoutRadioButtonItem.GroupIndex Property

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

The default value of the GroupIndex property is 0.

See Also