selectedItems Property

Summary

Gets the collection that contains the selected cells added in this layout.

Syntax
TypeScript
JavaScript
Object.defineProperty(LayoutManager.prototype, 'selectedItems', 
	get: function() 
) 
selectedItems: LeadCollection; // read-only 

Property Value

LeadCollection that contains the selected cells in this layout.

Remarks

An easier way to select an item is through SelectedItem, while this collection gives the user the ability to select multiple items.

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