Search
BaseForm.item Property
See Also
 






Gets a reference to the schedule item, whose information is displayed in the form.

Namespace: MindFusion.Scheduling
File: BaseForm.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Item

The Item instance, whose information is displayed in the form.

 See Also