Gets the collection of items in this schedule.
Namespace: MindFusion.Scheduling
File: Schedule.js
JavaScript Copy Code |
---|
get items() {} |
An ObservableCollection containing Item instances.
The 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 |