Search
CheckListPicker.value Property
See Also
 






Gets or sets the value of this control.

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

 Syntax

JavaScript  Copy Code

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

 Property Value

Array

The array of selected items' keys.

 See Also