BeginEdit Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Row Class : BeginEdit Method

Places the row in edit mode.

Syntax

Visual Basic (Declaration) 
Public Sub BeginEdit() 
C# 
public void BeginEdit()

Remarks

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.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also