Visiblity Property

Summary

Gets or sets whether to make the cell visible or not.

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

Property Value

True to make the cell visible, false to make the cell hidden.

Remarks

When you explode the cell, either by setting Exploded property to true (or by double clicking), the rest of the cells will have their visiblilty property set to false and will be set back to true once the user sets the Exploded property back to false, or by double clicking again.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly