Gets or sets the number of cells visible at the same time.
Namespace: MindFusion.Scheduling
File: ResourceViewSettings.js
JavaScript Copy Code |
---|
get visibleCells() {} |
Number. The number of cells visible at the same time.
The following code sets the number of visible cells in a resource view to 30:
JavaScript Copy Code |
---|
calendar.resourceViewSettings.visibleCells = 30; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |