Search
TimetableSettings.setShowItemSpans Method
See Also
 






Sets a value indicating whether the item time spans are also projected in the left band of the corresponding column.

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

 Syntax

Java  Copy Code

public void setShowItemSpans (
    Boolean value
)

 Parameters

value

true to display item duration projections; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also