ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / CancelEdit Method

In This Topic
    CancelEdit Method (C1DataGrid)
    In This Topic
    Cancels the edit of the currently editing cell.
    Syntax
    'Declaration
     
    
    Public Function CancelEdit() As Boolean
    public bool CancelEdit()

    Return Value

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