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





Gets the items that are not visible in the header of the column with the specified index.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getCueHeaderItems (columnIndex)

 Parameters

columnIndex

Type: Number
The index of the column.

 Return Value

Type: Array
A list with the items.

 Remarks

This method is available only for the Timetable view of the Calendar and will return an empty array if used with other views. For views other than Timetable use getCueCellItems instead.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace