selectedSubCellBorderColor Property

Summary

Indicates the sub-cell's color when the parent cell is selected.

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

Property Value

A string value that represents the highlighted sub-cell's border color.

Remarks

The difference between the selected sub-cell and the highlighted sub-cell is that the selected sub-cell is the sub-cell inside a selected cell. However, the highlighted sub-cell is the active sub-cell inside a selected cell. To change the highlighted sub-cell's color, use HighlightedSubCellBorderColor.

To get the selected sub-cell, refer to SelectedItems.

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