Search
Item.visible Property
See Also
 






Gets or sets a value indicating whether the Item is visible or not.

Namespace: MindFusion.Scheduling
File: Item.js

 Syntax

JavaScript  Copy Code

get visible() {}

 Property Value

Boolean. true if the Item is rendered; otherwise false.

 See Also