multipleSelection Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(MedicalViewer.prototype, 'multipleSelection', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly