TabSheetMeasures.VisibleGrid

Syntax

VisibleGrid: Boolean

Description

The VisibleGrid property controls table grid visibility.

Comments

Use JSON or the setVisibleGrid method to set the property value and the getVisibleGrid method to get the property value.

If the property is True, the table grid is shown, otherwise it is 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