Prepares the cell for editing, passing a DataView, row number, Rectangle, and value indicating whether the column is read-only.
[Visual Basic] Overloads Overridable Public Sub Edit( _ ByVal source As ListManager, _ ByVal rowNum As Integer, _ ByVal bounds As Rectangle, _ ByVal readOnly As Boolean _ ) [C#] public virtual void Edit( ListManager source, int rowNum, Rectangle bounds, bool readOnly ); [C++] public: virtual void Edit( ListManager* source, int rowNum, Rectangle bounds, bool readOnly ); [JScript] public function Edit( source : ListManager, rowNum : int, bounds : Rectangle, readOnly : Boolean );
Typically, Edit sites a control onto the grid at the location of the cell being edited.
DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace | DataGridColumn.Edit Overload List