Search
MonthRangeSettings.getMonthsPerRow Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Integer getMonthsPerRow ()

 Return Value

An integer value specifying how many months are displayed in a row in the month range view. The allowed values range from 1 to 12.

 Remarks

If this value multiplied by getVisibleRows is larger than getNumberOfMonths, the calendar component displays scrollbars letting users scroll the view up and down.

 See Also