Click or drag to resize
CKEditorControlUndoStackSize Property
The number of undo steps to be saved. The higher this setting value the more memory is used for it. Default value: 20

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public int UndoStackSize { get; set; }

Property Value

Type: Int32
See Also