Search
CheckListPicker.mode Property
See Also
 






Gets or sets the mode of the control.

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

 Syntax

JavaScript  Copy Code

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

 Property Value

CheckListBoxType

One of the CheckListBoxType enumeration values.

 See Also