Click or drag to resize
CKEditorControlUseInlineMode Property
Indicates whether CKEditor is used in inline mode. This property is set to config manually, because its needed earlier then custom config is built.

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

Property Value

Type: Boolean
See Also