Search
TimetableSettings.setColumnBandSize Method
See Also
 






Sets the size of the bands displayed on the left/top side of each timetable column.

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

 Syntax

Java  Copy Code

public void setColumnBandSize (
    Integer value
)

 Parameters

value

A non-negative integer specifying band width in pixels. Set to null to use the corresponding value from the current theme.

 See Also