ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / BeginEdit Method / BeginEdit(DataGridCell) Method
The cell to be edited.

In This Topic
    BeginEdit(DataGridCell) Method
    In This Topic
    Begins the edit of the specified cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function BeginEdit( _
       ByVal cell As DataGridCell _
    ) As Boolean
    public bool BeginEdit( 
       DataGridCell cell
    )

    Parameters

    cell
    The cell to be edited.

    Return Value

    True, if the edit began, otherwise False
    See Also