Search
ItemSettings.setShowContinuationArrows Method
See Also
 






Sets a value indicating whether to display small arrows at the beginning or at the end of each incomplete segment to indicate that the schedule item continues in an adjacent calendar cell.

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

 Syntax

Java  Copy Code

public void setShowContinuationArrows (
    Boolean value
)

 Parameters

value

true to display arrow icons when an item continues in next time cell; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also