TabSheetSettings.EnableSelection

Syntax

EnableSelection: Boolean

Description

The EnableSelection property indicates if table cells can be selected manually.

Comments

Use JSON or the setEnableSelection method to set the property value, and the getEnableSelection method to get the property value.

The property contains a Boolean value. If the property value is True cell selection is allowed, if it is False, selection is prohibited.

Default property value is True.

Example

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

See also:

TabSheetSettings