Gets or sets a value indicating whether more than one items can be selected simultaneously.
Namespace: MindFusion.Diagramming
File: Selection.js
SyntaxJavaScript
Copy Code
|
|---|
get allowMultipleSelection() {} |
Boolean
true to let the user select multiple items, or false otherwise. The default value is true.
See Also