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

Leadtools.Controls.Medical Assembly

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