emptyDivs Property

Summary

Gets a collection of the empty cells inside the medical viewer.

Syntax
TypeScript
JavaScript
Object.defineProperty(MedicalViewer.prototype, 'emptyDivs', 
	get: function() 
) 
emptyDivs: LayoutManager; // read-only 

Property Value

LayoutManager that contains a collection of the empty cells inside the medical viewer.

Remarks

In an empty cell, is a div that occupies some area in the viewer, which allows the user to click on it and load a series into that cell.

For more information about what an empty cell is, refer to EmptyCell.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly