selected Property

Summary

Gets or sets whether the sub-cell is selected.

Syntax
TypeScript
JavaScript
Object.defineProperty(SubCell.prototype, 'selected', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly