TabSheetSettings.VisibleColHeaders

Syntax

VisibleColHeaders: Boolean;

Description

The VisibleColHeaders property controls visibility of table column headers.

Comments

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.

Example

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

See also:

TabSheetSettings