Defines properties that enable appearance customization of schedule Item-s in the calendar views.
Namespace: MindFusion.Scheduling
File: ItemSettings.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code uses the itemSettings property of a calendar, which is of type ItemSettings to specify the height of the item elements.
JavaScript
Copy Code
|
|---|
| // set the height of item visuals calendar.itemSettings.size = 22; |
Inheritance HierarchyMindFusion.Scheduling.ItemSettings
See Also