jQuery.wijmo.wijcalendar Namespace > options type : dayRows Field |
Default value: 6
Gets or sets the number of day rows that appear in the calendar. This is useful if you want to view more or less calendar days on the calendar month.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijcalendar.options.dayRows; |
Javascript (Specification) | |
---|---|
|