TabSheetSettings.UndoLength

Syntax

UndoLength: Number;

Description

The UndoLength property determines the number of operations remembered to be undone or redone.

Comments

Use JSON or the setUndoLength method to set the property value and the getUndoLength method to get the property value.

Default property value is 50.

Example

The example of use is given on the page with description of the TabSheetSettings.SmoothScrolling property.

See also:

TabSheetSettings