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

TcxRadioGroupItem Class

Represents an individual radio button in a radio group.

#Declaration

Delphi
TcxRadioGroupItem = class(
    TcxButtonGroupItem
)

#Remarks

The TcxRadioGroupItem object represents a radio button in a group. The Caption property value of that object specifies the text displayed beside the radio button within a group. The Value property specifies the EditValue of the owning radio group when this item is selected.

See Also