selectedItem Property (Cell)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.Medical Assembly
Click or drag to resize