Gets the number of cells visible at the same time.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public Integer getVisibleCells () |
A positive integer value specifying how many days to display simultaneously in the list view.
RemarksThis value cannot be less than 1 or less than the total number of days available in the view, as specified by getNumberOfCells.
See Also