control.setVisible (Client API reference)

Sets a value that indicates whether the control is visible.

Control types supported

All

Syntax

formContext.getControl(arg).setVisible(bool);

Parameter

Name Type Required Description
bool Boolean Yes Specify true to show the control; false to hide the control.

Note

If a control is set to false and is in a section that is hidden and if you set the control to true, the section will be visible.

Note

If a control bound to a Business Required column is set to not be visible, the form will no longer require it to have a value before saving. See Column requirement level for more information.

getVisible