Search
Calendar.setStartEditAfterModify Method
See Also
 






Sets a value indicating whether in-place editing of items should automatically start after they are modified interactively.

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

 Syntax

Java  Copy Code

public void setStartEditAfterModify (
    boolean value
)

 Parameters

value

true to enable automatic in-place editing after item modification; false to disable it.

 See Also