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