Skip to main content

TcxCustomRadioGroupProperties.Items Property

Provides access to the collection of items within the radio group control.

Declaration

property Items: TcxRadioGroupItems read; write;

Property Value

Type
TcxRadioGroupItems

Remarks

Use the Items property to access the collection of items within the radio group. You can use the obtained object to add, move or delete individual items. Moreover, the collection provides access to individual items, so you can specify their captions and associated values.

See Also