selectedItem Property

Summary

Gets or sets the first selected sub-cell in the cell.

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

Property Value

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

Remarks

This value equals to SelectedItems[0].

To get all the selected sub-cells, 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