selectedItem Property

Summary

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

Syntax

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

Leadtools.Controls.Medical Assembly