Search
Calendar.setDelayInplaceEdit Method
See Also
 






Sets a value indicating whether the in-place editing of an item is delayed for a second when the item is clicked.

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

 Syntax

Java  Copy Code

public void setDelayInplaceEdit (
    boolean value
)

 Parameters

value

true to delay in-place editing; otherwise, false.

 See Also