titleVisible

General Tab for more information about visibility.

Specifies the visibility of the component title bar. This property is only available for components that possess a title bar.

Type

Boolean

true: display the title bar
false: hide the title bar

Example

SelectionList1.titleVisible = false;

Either syntax below can be used in component script:

titleVisible               // unqualified
Component1.titleVisible    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.