TabSheetSettings.VisibleGrid

Syntax

VisibleGrid: Boolean

Description

The VisibleGrid property controls visibility of table grid.

Comments

Use the setVisibleGrid method to set the property value, and the getVisibleGrid method to get the property value. Property value cannot be set from JSON.

If the property is True, the table grid is shown, otherwise it is not.

By default the property is set to True.

Example

The example of property use is given on the Example of Creating the TabSheet Component page.

See also:

TabSheetSettings