Search
Selection.setAllowMultiple Method
See Also
 






Sets a value indicating whether users are allowed to select multiple elements at a time.

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

 Syntax

Java  Copy Code

public void setAllowMultiple (
    Boolean value
)

 Parameters

value

true to allow multiple selection; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also