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

TcxCustomRadioGroupProperties.Items Property

Provides access to the collection of items within the radio group control.

#Declaration

Delphi
property Items: TcxRadioGroupItems read; write;

#Property Value

Type
TcxRadioGroupItems

#Remarks

Use the Items property to access the collection of items within the radio group. You can use the obtained object to add, move or delete individual items. Moreover, the collection provides access to individual items, so you can specify their captions and associated values.

See Also