exploded Property

Summary

Specifies whether the cell should be exploded to cover the entire layout, or restored to original state.

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

Property Value

true if the cell is exploded; otherwise, false when restored. Default value is false.

Remarks
  • Exploding a cell means that the cell will occupy the entire area of the MedicalViewer's layout.

  • Double-clicking on the cell automatically explodes it.

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

  • To change the behavior of explode, use ExplodeType.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.