Intersoft ClientUI Documentation
BeginEdit() Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class > BeginEdit Method : 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

Visual Basic (Declaration) 
Public Overloads Function BeginEdit() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As Boolean
 
value = instance.BeginEdit()
C# 
public bool BeginEdit()
Delphi 
public function BeginEdit(): Boolean; 
JScript 
public function BeginEdit() : boolean;
Managed Extensions for C++ 
public: bool BeginEdit(); 
C++/CLI 
public:
bool BeginEdit(); 

Return Value

true if the gridview enters editing mode; otherwise, false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.