Click or drag to resize
InlineEditingTextBoxEnableEditingOnTextClick Property
If true edit mode can be reached by clicking the formatted text, otherwise the formatted text is not clickable and it's necessary to call SwitchToEditMode method explicitly.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public bool EnableEditingOnTextClick { get; set; }

Property Value

Type: Boolean
See Also