Search
TimetableSettings.setCellSize Method
See Also
 






Sets the size of time cells.

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

 Syntax

Java  Copy Code

public void setCellSize (
    Integer value
)

 Parameters

value

An integer value specifying the cell size. The minimal allowed value is 10. Set to null to use the corresponding value from the current theme.

 See Also