Search
Calendar.getCellItems Method
See Also
 






Gets the items, whose visual elements are contained in the specified calendar cell.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

function getCellItems (cell)

 Parameters

cell

ViewCell. The cell to check.

 Return Value

Array. An array of Item objects whose visual elements are contained in the specified calendar cell.

 See Also