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
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public bool ToolbarCanCollapse { get; set; }

Property Value

Type: Boolean
See Also