Search
TimetableSettings.setEnableCollisions Method
See Also
 






Sets a value indicating whether the item collision processing is enabled.

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

 Syntax

Java  Copy Code

public void setEnableCollisions (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 Remarks

Turn this flag off if you don't need collision detection to improve performance.

 See Also