TabSheetSettings.ChangedStyleBehavior

Syntax

ChangedStyleBehavior: Boolean

Description

The ChangedStyleBehavior property gets and sets if the style of modified data is applied to edited table cells.

Comments

Use JSON or the setChangedStyleBehavior method to set the property value, and the getChangedStyleBehavior method to get the property value.

This property contains the True value if the style of modified data is applied to edited table cells, otherwise the style is not applied.

Example

The example of property use is given on the TabSheetCell Constructor page.

See also:

TabSheetSettings