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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET