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

TcxRadioGroupItems.Items Property

Provides indexed access to individual radio group items.

#Declaration

Delphi
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