Search
CheckListBox.value Property
See Also
 






Gets or sets the value of this control.

Namespace: MindFusion.Common.UI
File: CheckListBox.js

 Syntax

JavaScript  Copy Code

get value() {}
set value(value) {}

 Property Value

Array

The array of selected items' keys.

 See Also