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

TcxDBCheckGroup Class

Represents a data-aware check group control.

#Declaration

Delphi
TcxDBCheckGroup = class(
    TcxCheckGroup
)

#Remarks

Use the TcxDBCheckGroup editor when you need a data-aware version of the check group control. This editor provides the same features as its ancestor TcxCheckGroup control. Additionally, it introduces the DataBinding property that binds the control to a dataset field.

See Also