Cancels the current edit operation and reverts the cell value to the value in the model.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
SyntaxPublic Function CancelEdit As Boolean
member CancelEdit : unit -> bool 
Return Value
Type: 
Booleantrue, if edit was canceled or there was no current edit operation, 
false if the cancel was aborted.
See Also