Gets the collection of items in this schedule.
Namespace: MindFusion.Scheduling
Assembly: Schedule.js
SyntaxJavaScript
Copy Code
|
|---|
get items() {} |
An ObservableCollection containing Item instances.
ExampleThe following code creates schedule items and adds them to the items collection of a schedule.
JavaScript
Copy Code
|
|---|
// add some items to the schedule items collection // add a custom css class to some items |
See Also