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