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

In This Topic
    EndEdit() Method
    In This Topic
    Ends the edit of the currently editing cell committing the changes.
    Syntax
    'Declaration
     
    
    Public Overloads Function EndEdit() As Boolean
    public bool EndEdit()

    Return Value

    True, if the edit was committed, otherwise False
    See Also