Starts in-place editing mode for the specified item to let users edit the item's text.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public void startInplaceEdit ( |
Specifies which Item should be edited in place.
RemarksThe CalendarListener.itemInplaceEditStarting event is raised to validate the operation, even if entering in-place edit mode programmatically.
See Also