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

TdxCustomCheckGroupBoxCheckBox.CheckAction Property

Manages the check box’s behavior in a checkable group box editor.

#Declaration

Delphi
property CheckAction: TdxCheckGroupBoxCheckBoxAction read; write; default cbaToggleChildrenEnabledState;

#Property Value

Type Default
TdxCheckGroupBoxCheckBoxAction cbaToggleChildrenEnabledState

#Remarks

This property allows you to specify if a change in the check box’s state affects an editor’s child controls availability.

To implement a custom response to the check box’s state change, specify cbaNone as the property value and handle the editor’s Properties.OnChange and Properties.OnEditValueChanged events.

Refer to the TdxCheckGroupBoxCheckBoxAction type description for details.

The default value of the CheckAction property is cbaToggleChildrenEnabledState.

See Also