Search
CheckListBox.values Property
See Also
 






Gets or sets the dictionary of items, displayed in this control.

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

 Syntax

JavaScript  Copy Code

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

 Property Value

Map

The dictionary of items.

 See Also