Gets the number of months to display in the CalendarView.MonthRange view.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public Integer getNumberOfMonths () |
A positive integer value specifying how many months to display in the view.
RemarksIf the number of months is larger than number of rows multiplied by getMonthsPerRow, the calendar component displays scrollbar, letting users scroll the view up and down.
See Also