Search
DayOfWeekStyle.setAllowSelect Method
See Also
 






Sets a value indicating whether the specified day of the week can be selected.

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

 Syntax

Java  Copy Code

public void setAllowSelect (
    boolean value
)

 Parameters

value

true to let users select the date cells; otherwise, false. The default is true.

 See Also