Gets or sets the number of rows visible at the same time.
Namespace: MindFusion.Scheduling
File: MonthRangeSettings.js
JavaScript Copy Code |
---|
get visibleRows() {} |
Number. The number of rows visible at the same time.
The following code sets the visible rows in a monthRangeSettings property to 2:
JavaScript Copy Code |
---|
calendar.monthRangeSettings.visibleRows = 2; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |