Search
InplaceEditValidationEvent.getCancel Method
See Also
 






Gets a value indicating whether to cancel the current operation.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean getCancel ()

 Return Value

 Remarks

Set this property to true to prevent the user from completing the operation. If the current operation is starting an in-place editing, the in-place editing does not happen at all. If the current operation is ending an in-place editing, the editing does not end.

 See Also