div Property

Summary

Gets the div of this sub-cell.

Syntax

JavaScript Syntax
Object.defineProperty(SubCell.prototype, 'div', 
	get: function() 
) 
TypeScript Syntax
div: HTMLDivElement; // read-only 

Property Value

DivElement that represents the div element of this sub-cell.

Remarks

To get or set the div id, refer to DivID.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly