ComponentOne DataGrid for WPF and Silverlight
CanCancelEdit Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : CanCancelEdit Property
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 System.Boolean
public virtual System.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

Reference

BaseCollectionView Class
BaseCollectionView Members