Search
Calendar.itemSettings Property
See Also
 






Gets the ItemSettings object used to customize the appearance of calendar items.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

get itemSettings() {}
set itemSettings(value) {}

 Property Value

An instance of the ItemSettings class.

 Example

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;

 See Also