Gets or sets the number of months to be displayed in a row.
Namespace: MindFusion.Scheduling
Assembly: MonthRangeSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get monthsPerRow() {} |
Number
The number of months to be displayed in a row.
ExampleThe following code sets the visible months per row in a monthRangeSettings property to 3:
JavaScript
Copy Code
|
|---|
| calendar.monthRangeSettings.monthsPerRow = 3; |
See Also