selected Property

Summary

Gets or sets whether the sub-cell is selected.

Syntax

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

Property Value

true if the sub-cell is selected, false if the sub-cell is not selected.

Remarks

Selection of the sub-cell can be either through this property, or by clicking the sub-cell using the mouse or the touch, it also can be done by adding this instance to the SelectedItems collection.

To get a list of 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