Gets or sets whether users are allowed to select more than one item at a time.
Namespace: MindFusion.Common.UI
File: ListContainer.js
SyntaxJavaScript
Copy Code
|
|---|
get allowMultipleSelection() {} |
Boolean. true if multiple items can be selected, otherwise false.
ExampleThe following sample creates a ToolStrip control that derives from ListContainer and allows ListItem-s to be dragged and dropped as well multiple items to be selected.
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; // create a new instance of the ToolStrip control |
See Also