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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.