Search
ViewCell Class
Remarks See Also
 






Encapsulates data for a datetime cell in a calendar view.

Namespace: MindFusion.Scheduling
File: ViewCell.js

 Syntax

JavaScript  Copy Code

// class
ViewCell.prototype = {}

 Remarks

The Calendar.getTimeCells method returns an array with ViewCell instances. The CellEventArgs class also uses ViewCell. 

 Inheritance Hierarchy

MindFusion.Scheduling.ViewCell

 See Also