Skip to main content
A newer version of this page is available. .

TcxRadioGroupItems.Items Property

Provides indexed access to individual radio group items.

Declaration

property Items[Index: Integer]: TcxRadioGroupItem read; write; default;

Property Value

Type
TcxRadioGroupItem

Remarks

Use the Items property to access radio buttons in the Properties.Items collection of a radio group. Radio group items are represented by the TcxRadioGroupItem objects. Properties of these objects specify the caption of an item and the EditValue for the radio group when the item is checked.

See Also