The TcxRadioGroupItems
object provides scripting access to the collection of radio buttons displayed within the TcxRadioGroup
component. It provides methods that let you add new items, delete existing items and arrange items within the radio group. Using the Items
property, you can access individual radio buttons of a radio group.
To obtain the TcxRadioGroupItems
object in your scripts, use the TcxRadioGroup.Properties.Items
property.