Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also