Search
Selection.setContinuous Method
See Also
 






Sets a value indicating whether users can select only one range of dates in the calendar.

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

 Syntax

Java  Copy Code

public void setContinuous (
    Boolean value
)

 Parameters

value

true to prevent users from selecting more than one, continuous range of dates in the component; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also