Click or drag to resize
CKEditorControlUseValueDirtyBit Property
Gets or sets the value that indicates whether dirty bit should be used for value property If this bit is true, value is not forcibly loaded after postback if value was set

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

Property Value

Type: Boolean
See Also