control.getVisible (Client API reference)

Returns a value that indicates whether the control is currently visible.

Note

getVisible only returns whether the control is configured to be visible. getVisible will return true when the control is within a section or tab that is hidden.

Control types supported

All

Syntax

formContext.getControl(arg).getVisible();

Return Value

Type: Boolean.

Description: true if the control is visible; false otherwise.

setVisible