DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / CanCancelEdit Property

In This Topic
    CanCancelEdit Property
    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 ReadOnly Property CanCancelEdit As Boolean
    public bool CanCancelEdit {get;}
    See Also