multipleSelection Property

Summary

Gets or sets a value that determines whether to allow the user to do multiple cell selection.

Syntax

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

Property Value

true to allow multiple selection, false otherwise.

Remarks

You can do multiple selection by holding down the ctrl button.

To get a list of the selected cells, refer to SelectedItems.

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