ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / BeginEdit Method / BeginEdit() Method

In This Topic
    BeginEdit() Method
    In This Topic
    Begins the edit of the currently selected cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function BeginEdit() As Boolean
    public bool BeginEdit()

    Return Value

    True, if the edit began, otherwise False
    See Also