Gets the collection of selected items.
Namespace: MindFusion.Common.UI
File: ListContainer.js
JavaScript Copy Code |
---|
get selection() {} |
ObservableCollection. The collection of selected items.
The following code un-selects all currently selected items from a ToolStrip, which inherits ListContainer.
JavaScript Copy Code |
---|
toolstrip.selection.clear(); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |