Intersoft ClientUI Documentation
CommitEdit(EditingUnit,Boolean) Method



Specifies whether to commit the edit for a Row or Cell.
true to exit editing mode; otherwise, false.
Causes the gridview to commit the current edit to the data source, and optionally exit editing mode.
Syntax
Public Overloads Function CommitEdit( _
   ByVal editingUnit As EditingUnit, _
   ByVal exitEditingMode As Boolean _
) As Boolean
Dim instance As UXGridView
Dim editingUnit As EditingUnit
Dim exitEditingMode As Boolean
Dim value As Boolean
 
value = instance.CommitEdit(editingUnit, exitEditingMode)
public bool CommitEdit( 
   EditingUnit editingUnit,
   bool exitEditingMode
)
public:
bool CommitEdit( 
   EditingUnit editingUnit,
   bool exitEditingMode
) 

Parameters

editingUnit
Specifies whether to commit the edit for a Row or Cell.
exitEditingMode
true to exit editing mode; otherwise, false.

Return Value

true if the operation was successful; otherwise, false.
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

UXGridView Class
UXGridView Members
Overload List

Send Feedback