Gets the ItemSettings object used to customize the appearance of calendar items.
Namespace: MindFusion.Scheduling
File: Calendar.js
SyntaxJavaScript
Copy Code
|
|---|
get itemSettings() {} |
An instance of the ItemSettings class.
ExampleThe following code uses the itemSettings property to specify the height of the item elements.
JavaScript
Copy Code
|
|---|
| // set the height of item visuals calendar.itemSettings.size = 22; |
See Also