exploded Property

Summary

Gets or sets a boolean value that specifies whether the cell should be exploded and cover the entire layout.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'exploded', 
	get: function(), 
	set: function(value) 
) 
exploded: boolean; 

Property Value

true if the cell is exploded; otherwise, false.

Remarks

Explode means that the cell will occupy the entire area of the layout of the MedicalViewer.

Double-clicking on the cell automatically explodes it.

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

To change the behavior of how the explode works, refer to ExplodeType.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly

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