TabSheetMeasures.VisibleRowHeaders

Syntax

VisibleRowHeaders: Boolean

Description

The VisibleRowHeaders property controls visibility of table row headers.

Comments

Use JSON or the setVisibleRowHeaders method to set the property value and the getVisibleRowHeaders method to get the property value.

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

By default this property is set to True.

Example

The example of use is given on the page with description of the TabSheetMeasures.VisibleColHeaders property.

Seebsp;also:

TabSheetMeasures