| ExtendedTextAreaShowBookmarks Property | 
            Gets or sets if the bookmarks panel is shown in the code editor.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic bool ShowBookmarks { get; set; }Property Value
Type: 
BooleanTrue, if the bookmarks should be visible, otherwise false. Default is true.
 See Also
See Also