TcxCheckGroupItems Class
A TcxCheckGroup control’s check box collection.
#Declaration
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.