Search
MonthRangeSettings.monthsPerRow Property
See Also
 






Gets or sets the number of months to be displayed in a row.

Namespace: MindFusion.Scheduling
Assembly: MonthRangeSettings.js

 Syntax

JavaScript  Copy Code

get monthsPerRow() {}
set monthsPerRow(value) {}

 Property Value

Number

The number of months to be displayed in a row.

 Example

The following code sets the visible months per row in a monthRangeSettings property to 3:

JavaScript  Copy Code
calendar.monthRangeSettings.monthsPerRow = 3;

 See Also