Gets or sets the number of rows visible at the same time.
Namespace: MindFusion.Scheduling
File: MonthRangeSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get visibleRows() {} |
Number
The number of rows visible at the same time.
ExampleThe following code sets the visible rows in a monthRangeSettings property to 2:
JavaScript
Copy Code
|
|---|
| calendar.monthRangeSettings.visibleRows = 2; |
See Also