Back to Devexpress

TcxRadioGroupItem Class

vcl-cxradiogroup-46611e58.md

latest1.1 KB
Original Source

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.

Inheritance

TObject TPersistent TCollectionItem TcxCaptionItem TcxButtonGroupItem TcxRadioGroupItem

See Also

TcxRadioGroupItem Members

cxRadioGroup Unit