MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar.getCueCellItems Method
See Also
 





Gets an array with all appointments which are placed in the specified cell, but are hidden due to a lack of space.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getCueCellItems (cell)

 Parameters

cell

Type: Object
The cell to look into.

 Return Value

Type: Array
The list with the cue items.

 Remarks

This function is not available for Timetable view and will return an empty array if used there. For Timetable use getCueHeaderItems instead.
The structure of the cell object is discussed in detail in this topic.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace