Xceed Grid for WinForms v4.3 Documentation
EnterEdit() Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Cell Class > EnterEdit Method : EnterEdit() Method
Enter edit mode.
Syntax
'Declaration
 
Public Overloads Sub EnterEdit() 
'Usage
 
Dim instance As Cell
 
instance.EnterEdit()
public void EnterEdit()
Remarks

If the cell is not the current cell, then it will be made current and brought into view.

The appropriate cell editor will be initialized depending on the datatype of the cell's content.

If the cell's, or its ambient parent's, ReadOnly property is set to true, then an exception will be thrown when calling EnterEdit.

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

Cell Class
Cell Members
Overload List