Sets a value indicating whether users are allowed to edit items interactively.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java
![]() |
---|
public void setAllowInplaceEdit ( |
true to allow users to edit schedule items; otherwise, false.
If this method is invoked with false, users cannot edit items' text interactively. Controlling the editing of item text can be done by handling the CalendarListener.itemInplaceEditStarting and CalendarListener.itemInplaceEditEnding events.