Gets or sets the description rendered for this Item by the scheduling control.
Namespace: MindFusion.Scheduling
File: Item.js
SyntaxJavaScript
Copy Code
|
|---|
get details() {} |
String that specifies the details.
ExampleThe 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 |
See Also