explodeType Property

Summary

Gets or sets a value that indicates how the Medical Viewer will behave when a cell is double-clicked (exploded).

Syntax
TypeScript
JavaScript
Object.defineProperty(MedicalViewer.prototype, 'explodeType', 
	get: function(), 
	set: function(value) 
) 
explodeType: ExplodeType; 

Property Value

An ExplodeType enumeration value that describes how the Medical Viewer will behave when a cell is double-clicked (exploded).

Remarks

You can explode the cell by either using the explode method (calling Explode) or by simply double-clicking the cell.

Disable double-clicking by setting this value to ExplodeType.None.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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