Search
BaseForm.controls Property
See Also
 






Gets the controls collection.

Namespace: MindFusion.Scheduling
File: BaseForm.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Map

A dictionary, containing references to all controls present in the form.

 See Also