Search
CheckListPicker.multiple Property
See Also
 






Gets or sets a value indicating whether multiple items can be checked.

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

 Syntax

JavaScript  Copy Code

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

 Property Value

Boolean

True if multiple items can be checked, otherwise false.

 See Also