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

In This Topic
    CancelEdit Method (BaseCollectionView)
    In This Topic
    Ends the edit transaction and, if possible, restores the original value of the item.
    Syntax
    'Declaration
     
    
    Public Overridable Sub CancelEdit() 
    public virtual void CancelEdit()
    See Also