DataGridTableStyle::BeginEdit Method (DataGridColumnStyle^, Int32)
.NET Framework (current version)
Requests an edit operation.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- gridColumn
-
Type:
System.Windows.Forms::DataGridColumnStyle^
The DataGridColumnStyle to edit.
- rowNumber
-
Type:
System::Int32
The number of the edited row.
The BeginEdit method is intended to notify the System.Windows.Forms::DataGrid control when the user has begun an editing operation. When the control is in edit mode, multiple edits can be made and the constraints will be temporarily unenforced.
Call the EndEdit method to quit the edit mode.
The following code example calls the BeginEdit method on the current DataGridTableStyle in a System.Windows.Forms::DataGrid control.
.NET Framework
Available since 1.1
Available since 1.1
Show: