Search
MonthSettings.setDaySpacing Method
See Also
 






Sets the amount of space between adjacent days.

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

 Syntax

Java  Copy Code

public void setDaySpacing (
    Integer value
)

 Parameters

value

A non-negative integer value specifying how many pixels to leave between adjacent day cells. Set to null to use the corresponding value from the current theme.

 See Also