Search
TimetableSettings.setItemOffset Method
See Also
 






Sets the distance between the first item and its adjoining cell side.

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

 Syntax

Java  Copy Code

public void setItemOffset (
    Integer value
)

 Parameters

value

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

 See Also