Search
ListViewSettings.setNumberOfCells Method
See Also
 






Sets the total number of cells to be displayed in the CalendarView.List view.

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

 Syntax

Java  Copy Code

public void setNumberOfCells (
    Integer value
)

 Parameters

value

An integer value specifying how many days to display. Set to null to use the corresponding value from the current theme.

 Remarks

This value cannot be less than 1 or less than the number of visible days as specified by getVisibleCells.

 See Also