ParentDiv Property

Summary

Gets and sets the DOM element that will act as the container for the SheetEditor.

Syntax

TypeScript
JavaScript
Object.defineProperty(SheetEditorCreateOptions.prototype, 'parentDiv', 
	get: function(), 
	set: function(value) 
) 
parentDiv: HTMLElement; 

Property Value

The Div element designated as the container for the SheetEditor. It determines the editor's placement within the webpage, providing the physical context and boundaries for the editor's interface.

Requirements

Target Platforms

See Also

SheetEditorCreateOptions Class

SheetEditorCreateOptions Members

Leadtools.Document.SheetEditor Namespace

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

Leadtools.Document.SheetEditor Assembly

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