TabSheetSettings.IsEditable

Syntax

IsEditable: PP.Ui.TabSheetEditMode;

Description

The IsEditable property determines whether table cells are editable.

Comments

Use JSON or the setIsEditable method to set the property value, and the getIsEditable method to get the property value.

By default this property is set to PP.Ui.TabSheetEditMode.Enable.

Example

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

See also:

TabSheetSettings