Search
MonthRangeSettings.visibleRows Property
See Also
 






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

Namespace: MindFusion.Scheduling
File: 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