Skip to main content

TdxCustomLayoutGroupButton.Visible Property

Manages a layout group button’s visibility.

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to hide an individual group button. The Visible property value is ignored if a layout group’s ShowBorder and ButtonOptions.Visible property values are False.

The default value of the Visible property is True.

See Also