Skip to main content

TcxRadioGroupItem Class

Represents an individual radio button in a radio group.

Declaration

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