Search
Selection.allowMultipleSelection Property
See Also
 





Gets or sets a value indicating whether more than one items can be selected simultaneously.

Namespace: MindFusion.Diagramming
File: Selection.js

 Syntax

JavaScript  Copy Code

get allowMultipleSelection() {}
set allowMultipleSelection(value) {}

 Property Value

Boolean

true to let the user select multiple items, or false otherwise. The default value is true.

 See Also