Intersoft ClientUI Documentation
CancelEdit() Method



Causes the gridview to cancel the current edit, restore the original value, and exit editing mode.
Syntax
Public Overloads Function CancelEdit() As Boolean
Dim instance As UXGridView
Dim value As Boolean
 
value = instance.CancelEdit()
public bool CancelEdit()
public:
bool CancelEdit(); 

Return Value

true if the cancellation 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