visible Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(TickBox.prototype, 'visible', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly