Gets the MonthSettings object used to customize the appearance of the SingleMonth view.
Namespace: MindFusion.Scheduling
File: Calendar.js
SyntaxJavaScript
Copy Code
|
|---|
get monthSettings() {} |
An instance of the MonthSettings class.
ExampleThe following code uses the monthSettings property of a calendar to hide the weeks header. Note: the code assumes you have initialized a <div> element with id �calendar� in a web page that references the JavaScript file, which contains this code:
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; // create a new instance of the calendar // hide the week numbers header |
See Also