Xceed Grid for WinForms v4.3 Documentation
LeaveEdit Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Cell Class : LeaveEdit Method
true ( default ) if the modifications should be applied. false if the modifications made to the cell should be canceled.
Stops the edition of the cell.
Syntax
'Declaration
 
Public Sub LeaveEdit( _
   ByVal commit As Boolean _
) 
'Usage
 
Dim instance As Cell
Dim commit As Boolean
 
instance.LeaveEdit(commit)
public void LeaveEdit( 
   bool commit
)

Parameters

commit
true ( default ) if the modifications should be applied. false if the modifications made to the cell should be canceled.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members