ComponentOne DataGrid for WPF and Silverlight
BeginEdit(DataGridCell) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > BeginEdit Method : BeginEdit(DataGridCell) Method
The cell to be edited.
Begins the edit of the specified cell.
Syntax
'Declaration
 
Public Overloads Function BeginEdit( _
   ByVal cell As DataGridCell _
) As System.Boolean
public System.bool BeginEdit( 
   DataGridCell cell
)

Parameters

cell
The cell to be edited.

Return Value

True, if the edit began, otherwise False
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List