Defines properties that enable appearance customization of schedule Item-s in the calendar views.
Namespace: MindFusion.Scheduling
File: ItemSettings.js
JavaScript Copy Code |
---|
// class |
The 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; |
MindFusion.Scheduling.ItemSettings