Skip to main content

TcxCustomButtonGroupProperties.Items Property

Provides access to the items collection.

Declaration

property Items: TcxButtonGroupItems read; write;

Property Value

Type
TcxButtonGroupItems

Remarks

The Items property is used to set up the collection of items (check boxes or radio buttons) displayed by the control. The collection is empty initially. Thus, you have to add items to that collection to display radio buttons or check boxes within the control.

Note that the TcxRadioGroupProperties and TcxCheckGroupProperties objects override the Items property to return an object of a proper type. This is required since check boxes and radio buttons have slightly different settings.

See Also