VisibleRowHeaders: Boolean
The VisibleRowHeaders property controls visibility of table row headings.
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.
The example of use is given on the page with description of the TabSheetSettings.VisibleHeaders property.
See also: