Search
ResourceViewSettings.visibleCells Property
See Also
 






Gets or sets the number of cells visible at the same time.

Namespace: MindFusion.Scheduling
File: ResourceViewSettings.js

 Syntax

JavaScript  Copy Code

get visibleCells() {}

 Property Value

Number. The number of cells visible at the same time.

 Example

The following code sets the number of visible cells in a resource view to 30:

JavaScript  Copy Code
calendar.resourceViewSettings.visibleCells = 30;

 See Also