Gets or sets a value that indicates how the Medical Viewer will behave when a cell is double-clicked (exploded).
Object.defineProperty(MedicalViewer.prototype, 'explodeType',
get: function(),
set: function(value)
)
explodeType: ExplodeType;
An ExplodeType enumeration value that describes how the Medical Viewer will behave when a cell is double-clicked (exploded).
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.
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