Click or drag to resize
ExtendedTextAreaShowBookmarks Property
Gets or sets if the bookmarks panel is shown in the code editor.

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

Property Value

Type: Boolean
True, if the bookmarks should be visible, otherwise false. Default is true.
See Also