VisibleColHeaders: Boolean;
The VisibleColHeaders property controls visibility of table column headers.
Use the setVisibleColHeaders method to set the property value, and the getVisibleColHeaders method to get the property value. Property value cannot be set from JSON.
If the property is True, the table column headers are shown, 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: