TabSheetSettings.VisibleRowHeaders

Syntax

VisibleRowHeaders: Boolean

Description

The VisibleRowHeaders property controls visibility of table row headings.

Comments

Use the setVisibleRowHeaders method to set the property value, and the getVisibleRowHeaders method to get the property value. Property value cannot be set from JSON.

If the property is set to True, the table row headings are displayed, otherwise they are not.

By default the property is set to True.

Example

The example of use is given on the page with description of the TabSheetSettings.VisibleHeaders property.

See also:

TabSheetSettings