Search
Calendar.monthRangeSettings Property
See Also
 






Gets the MonthRangeSettings object used to customize the appearance of the MonthRange view.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

get monthRangeSettings() {}
set monthRangeSettings(value) {}

 Property Value

An instance of the MonthRangeSettings class.

 Example

The following code uses the monthRangeSettings property of a calendar to assign its value to an html <select> element with an id “numberOfMonths”:

JavaScript  Copy Code
document.getElementById("numberOfMonths").value = calendar.monthRangeSettings.numberOfMonths;

 See Also