TdxLayoutGroupCheckBoxButton.Visible Property
Manages the check box’s visibility.
Declaration
property Visible; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to display the check box in a layout group’s caption. Note that the check box is visible only if the group’s ButtonOptions.Visible property value is True and the group has borders.
The default value of the Visible property is False.
See Also