backgroundColor Property

Summary

Gets or sets the background color of an empty cell.

Syntax

JavaScript Syntax
Object.defineProperty(EmptyCell.prototype, 'backgroundColor', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
backgroundColor: string; 

Property Value

A string that represents the background color of an empty cell.

Remarks

Empty cells are cells that will serve as place holders for when the user wants to replace it with a regular cell that contains images.

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