Search
Selection.setEnabled Method
See Also
 






Sets a value indicating whether users are allowed to select any cells in the calendar.

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

 Syntax

Java  Copy Code

public void setEnabled (
    Boolean value
)

 Parameters

value

true if users are allowed to select calendar cells; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also