selected Property

Summary

Gets or sets whether the cell is selected.

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

Property Value

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

Remarks

Selection of the cell can be either through this property, or by clicking the 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 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