Back to Devexpress

TcxRadioGroupItems Class

vcl-cxradiogroup-cd0193a0.md

latest1.4 KB
Original Source

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.

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TcxCaptionItems TcxButtonGroupItems TcxRadioGroupItems

See Also

TcxRadioGroupItems Members

cxRadioGroup Unit