Click or drag to resize
ExtendedTextAreaDynamicBookmarks Property
Gets or sets if the bookmarks are refreshed dynamically during editing.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public bool DynamicBookmarks { get; set; }

Property Value

Type: Boolean
True, if bookmarks should be refreshed dynamically, otherwise false. Default is false.
See Also