showFrameBorder Property

Summary

Gets or sets whether to show a border around each sub-cell.

Syntax

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

Property Value

true to show border around each sub-cell in the cell, false to hide the borders.

Remarks

To change the color of the border, refer to:

SelectedBorderColor. SelectedSubCellBorderColor. UnselectedBorderColor.

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