selectedItems Property

Summary

Gets the collection of the selected sub-cells inside the cell.

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'selectedItems', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
selectedItems: LeadCollection; 

Property Value

LeadCollection collection that contains a list of the selected sub-cell.

Remarks

refer to SubCell for more information about the sub cell.

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