Click or drag to resize
CKEditorControlToolbarCanCollapse Property
Whether the toolbar can be collapsed by the user. If disabled, the Collapse Toolbar button will not be displayed. Default value: false

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool ToolbarCanCollapse { get; set; }

Property Value

Type: Boolean
See Also