Search
ItemSettings.setResizeBandSize Method
See Also
 






Sets the size of the bands used to resize an item in a Timetable view.

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

 Syntax

Java  Copy Code

public void setResizeBandSize (
    Integer value
)

 Parameters

value

An integer value specifying the bands' size in pixels. The minimal allowed value is 2. Set to null to use the corresponding value from the current theme.

 See Also