TcxButtonGroupItem Class
Serves as the base for items used by the radio group, check group and check combo box controls.
Declaration
TcxButtonGroupItem = class(
TcxCaptionItem
)
Remarks
The TcxButtonGroupItem class implements the basic functionality of items used by the TcxRadioGroup, TcxCheckGroup and TcxCheckComboBox editors. Thus, it serves as the base for the TcxRadioGroupItem, TcxCheckGroupItem and TcxCheckComboBoxItem objects. Such objects are available via the Properties.Items property of the controls mentioned.
Inheritance
TObject
TPersistent
TCollectionItem
TcxCaptionItem
TcxButtonGroupItem
See Also