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 Class

Represents the collection of radio buttons owned by a radio group.

#Declaration

Delphi
TcxRadioGroupItems = class(
    TcxButtonGroupItems
)

#Remarks

The TcxRadioGroup control owns the collection of items (radio buttons). Use the Properties.Items property to access this collection. The items collection is represented by the TcxRadioGroupItems class instance.

Each item in the collection is represented by a TcxRadioGroupItem class instance. You can access individual items using the Items property.

See Also