Search
Calendar.cells Property
See Also
 






Gets the collection of cells in the calendar view.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

get cells() {}
set cells(value) {}

 Property Value

ObservableCollection of ViewCell instances.

 See Also