Back to Devexpress

TcxButtonGroupItem Class

vcl-cxgroupbox-6cd4f24b.md

latest1.5 KB
Original Source

TcxButtonGroupItem Class

Serves as the base for items used by the radio group, check group and check combo box controls.

Declaration

delphi
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

TcxButtonGroupItems

TcxCheckComboBoxItem

TcxCheckGroupItem

TcxRadioGroupItem

TcxButtonGroupItem Members

cxGroupBox Unit