ItemCollection.IEditableCollectionView.CanCancelEdit Property

Definition

Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object.

property bool System::ComponentModel::IEditableCollectionView::CanCancelEdit { bool get(); };
bool System.ComponentModel.IEditableCollectionView.CanCancelEdit { get; }
member this.System.ComponentModel.IEditableCollectionView.CanCancelEdit : bool
 ReadOnly Property CanCancelEdit As Boolean Implements IEditableCollectionView.CanCancelEdit

Property Value

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

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ItemCollection instance is cast to an IEditableCollectionView interface.

Applies to