MindFusion.Scheduling for JavaScript Programmer's Guide
MonthRangeSettings.visibleRows Property
See Also
 






Gets or sets the number of rows visible at the same time.

Namespace: MindFusion.Scheduling
Assembly: MonthRangeSettings.js

 Syntax

JavaScript  Copy Code

get visibleRows() {}

 Property Value

Number. The number of rows visible at the same time.

 Example

The following code sets the visible rows in a monthRangeSettings property to 2:

JavaScript  Copy Code
calendar.monthRangeSettings.visibleRows = 2;

 See Also

MonthRangeSettings Members
MonthRangeSettings Class
MindFusion.Scheduling Namespace