visibility Property

Summary

Indicates whether to make the cell visible.

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

Property Value

true to make the cell visible. Otherwise, false to make the cell hidden.

Remarks

When exploding the cell, either by setting Exploded property to true (or by double-clicking), the rest of the cells' visibility property is set to false. Otherwise, set to true once the user sets the Exploded property to false, or by double-clicking again.

Requirements

Target Platforms

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