Intersoft ClientUI Documentation
CancelEdit(EditingUnit) Method



Specifies whether to cancel editing for a Row or Cell.
Causes the gridview to cancel the current edit, restore the original value, and exit editing mode.
Syntax
Public Overloads Function CancelEdit( _
   ByVal editingUnit As EditingUnit _
) As Boolean
Dim instance As UXGridView
Dim editingUnit As EditingUnit
Dim value As Boolean
 
value = instance.CancelEdit(editingUnit)
public bool CancelEdit( 
   EditingUnit editingUnit
)
public:
bool CancelEdit( 
   EditingUnit editingUnit
) 

Parameters

editingUnit
Specifies whether to cancel editing for a Row or Cell.

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