Gets the MonthRangeSettings object used to customize the appearance of the MonthRange view.
Namespace: MindFusion.Scheduling
File: Calendar.js
SyntaxJavaScript
Copy Code
|
|---|
get monthRangeSettings() {} |
An instance of the MonthRangeSettings class.
ExampleThe 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