Back to Devexpress

TcxCheckGroupItems Class

vcl-cxcheckgroup-96731017.md

latest1.6 KB
Original Source

TcxCheckGroupItems Class

A TcxCheckGroup control’s check box collection.

Declaration

delphi
TcxCheckGroupItems = class(
    TcxButtonGroupItems
)

Remarks

TcxCheckGroupItems objects are available via the Properties.Items property of a TcxCheckGroup control. Such objects hold check boxes collections displayed by the owning controls. Each individual item in the collection is represented by a TcxCheckGroupItem object. You can access these objects via the collection’s Items property.

The TcxCheckGroupItems object is the TOwnedCollection descendant and thus inherits the common members for collection management.

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TcxCaptionItems TcxButtonGroupItems TcxCheckGroupItems

See Also

TcxCheckGroupItems Members

cxCheckGroup Unit