Gets the ItemSettings object used to customize the appearance of calendar items.
Namespace: MindFusion.Scheduling
File: Calendar.js
JavaScript Copy Code |
---|
get itemSettings() {} |
An instance of the ItemSettings class.
The 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; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |