Intersoft ClientUI Documentation
BeginEdit() Method



Causes the gridview to enter editing mode for the current cell and current row, unless the gridview is already in editing mode.
Syntax
Public Overloads Function BeginEdit() As Boolean
Dim instance As UXGridView
Dim value As Boolean
 
value = instance.BeginEdit()
public bool BeginEdit()
public:
bool BeginEdit(); 

Return Value

true if the gridview enters editing mode; 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