visible Property

Summary

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

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

Property Value

True to make the tick box visible; false to make the tick box hidden.

Remarks

The first tick box is added by default to the cell. It appears at the right bottom of the cell.

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