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.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public int UndoStackSize { get; set; }

Property Value

Type: Int32
See Also