treeView Property

Summary

Tree view object used for holding the bookmarks.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerBookmarks.prototype, 'treeView', 
	get: function() 
) 
treeView: HTMLElement; // read-only 

Property Value

The tree view object used for holding the bookmarks.

Remarks

TreeView is initialized during CreateDocumentViewer when the value of DocumentViewerCreateOptions.BookmarksContainer is not null.

A new DIV element is created and set in this property along with child elements to build a tree view object. The DIV is added as a child to DocumentViewerCreateOptions.BookmarksContainer.

Requirements

Target Platforms

Help Version 22.0.2023.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.