Click or drag to resize
CKEditorControlToolbarStartupExpanded Property
Whether the toolbar must start expanded when the editor is loaded. Setting this option to false will affect toolbar only when ToolbarCanCollapse is set to true. Default value: true

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

Property Value

Type: Boolean
See Also