ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CanCancelEdit Property

In This Topic
    CanCancelEdit Property (BaseCollectionView)
    In This Topic
    Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanCancelEdit As Boolean
    public virtual bool CanCancelEdit {get;}

    Property Value

    true if the collection view can discard pending changes and restore the original values of an edited object; otherwise, false.
    See Also