selectedItems Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(LayoutManager.prototype, 'selectedItems', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly