Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / CanCancelEdit Property

In This Topic
    CanCancelEdit Property (C1CollectionView)
    In This Topic
    Gets a value indicating whether the view can roll back the current edit transaction started by the EditItem method and restore original values of an editing item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanCancelEdit As Boolean
    public bool CanCancelEdit {get;}
    See Also