| Visual Basic (Declaration) | |
|---|---|
Public Sub BeginEdit() | |
| C# | |
|---|---|
public void BeginEdit() | |
Modifications made to the content of the cells contained in the row will only be committed once the EndEdit method is called. If the CancelEdit method is called, modifications will be discarded.
Supported Frameworks: Microsoft .NET Framework version 3.5
Reference
Row ClassRow Members
DataGrid Fundamentals
Providing DataEditing and Validating Data Overview