Deselects an item.
Namespace: MindFusion.Common.UI
File: ListContainer.js
The following sample checks if any items are selected in a ToolStrip and then deselcts the first one.
JavaScript Copy Code |
---|
toolstrip.selectItem(button); if(toolstrip.selection.items().count() > 0) |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |