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.
Example
SelectionList1.titleVisible = false;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |