Search
ListViewSettings.getVisibleCells Method
See Also
 






Gets the number of cells visible at the same time.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Integer getVisibleCells ()

 Return Value

A positive integer value specifying how many days to display simultaneously in the list view.

 Remarks

This value cannot be less than 1 or less than the total number of days available in the view, as specified by getNumberOfCells.

 See Also