Gets or sets the number of cells visible at the same time.
Namespace: MindFusion.Scheduling
File: ListSettings.js
JavaScript Copy Code |
---|
get visibleCells() {} |
Number. The number of cells visible at the same time.
The following code uses the listSettings property to specify that the number of visible cells shall be 30. The code assumes you have initialized a <div> element with id “datePicker” in a web page that references the JavaScript file which contains this code.
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; var datePicker = new p.Calendar(document.getElementById("datePicker")); |