Search
Calendar.getItemCells Method
See Also
 






Gets the calendar view cells that hold the specified item's visual elements.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

function getItemCells (item)

 Parameters

item

Item. The item.

 Return Value

Array. An array of ViewCell objects that hold the specified item's visual elements.

 See Also