TdxLayoutGroupCheckBoxButton.CheckAction Property
Manages the check box’s behavior.
Declaration
property CheckAction: TdxCheckGroupBoxCheckBoxAction read; write; default cbaToggleChildrenEnabledState;
Property Value
Type | Default |
---|---|
TdxCheckGroupBoxCheckBoxAction | cbaToggleChildrenEnabledState |
Remarks
This property allows you to specify if a change of the check box’s state affects a layout group’s content availability. To implement a custom response to the check box’s state change, specify cbaNone as the property value and handle the group’s OnCheckBoxStateChanged event.
Refer to the TdxCheckGroupBoxCheckBoxAction type description for details.
See Also