Gets or sets the text rendered in the header for this Item by the scheduling control.
Namespace: MindFusion.Scheduling
File: Item.js
SyntaxJavaScript
Copy Code
|
|---|
get subject() {} |
A String that specifies the text.
ExampleThe following code creates schedule Item-s and sets the subject of each item to �Yoga�.
JavaScript
Copy Code
|
|---|
// add some items to the schedule items collection // add a custom css class to some items |
See Also