Search
ItemSettings Class
See Also
 






Defines properties that enable appearance customization of schedule Item-s in the calendar views.

Namespace: MindFusion.Scheduling
File: ItemSettings.js

 Syntax

JavaScript  Copy Code

// class
ItemSettings.prototype = {}

 Example

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;

 Inheritance Hierarchy

MindFusion.Scheduling.ItemSettings

 See Also