visiblity Property

Summary

Gets or sets a boolean value that indicates whether to make the cell visible.

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

Property Value

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

Remarks

When you explode a cell, (either by setting Explode property to true or by double-clicking), all the rest of the cells will have their visiblilty property set to false. They will be set back to true after the user sets the Explode 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