Skip to main content

TdxLayoutGroupButtonOptions.Visible Property

Specifies if layout group buttons are visible.

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

A layout group can display the check box, expand button and action buttons in the caption area.

Set this property to False to hide all buttons in the group’s caption. If a layout group has no borders, it ignores the Visible property value.

To manage a button’s visibility, set its Visible property value to True. You can show or hide a check box and/or expand button via the group’s ButtonOptions.CheckBox.Visible and ButtonOptions.ShowExpandButton properties.

The default value of the Visible property is True.

See Also