Gets or sets the description rendered for this Item by the scheduling control.
Namespace: MindFusion.Scheduling
File: Item.js
JavaScript Copy Code |
---|
get details() {} |
String that specifies the details.
The following code creates schedule Item-s and sets a special details message to each 5th of them.
JavaScript Copy Code |
---|
// add some items to the schedule items collection // add a custom css class to some items |