Gets or sets the number of months to be displayed in a row.
Namespace: MindFusion.Scheduling
File: MonthRangeSettings.js
JavaScript Copy Code |
---|
get monthsPerRow() {} |
Number. The number of months to be displayed in a row.
The following code sets the visible months per row in a monthRangeSettings property to 3:
JavaScript Copy Code |
---|
calendar.monthRangeSettings.monthsPerRow = 3; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |