Gets the collection of selected items.
Namespace: MindFusion.Common.UI
File: ListContainer.js
SyntaxJavaScript
Copy Code
|
|---|
get selection() {} |
ObservableCollection. The collection of selected items.
ExampleThe following code un-selects all currently selected items from a ToolStrip, which inherits ListContainer.
JavaScript
Copy Code
|
|---|
| toolstrip.selection.clear(); |
See Also