Skip to main content

TcxRadioGroupItems Class

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

Declaration

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