Gets or sets a boolean value that specifies whether the cell should be exploded and cover the entire layout.
Object.defineProperty(Cell.prototype, 'exploded',
get: function(),
set: function(value)
)
exploded: boolean;
true if the cell is exploded; otherwise, false.
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, please refer to ExplodeType.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document