Property CanRestoreValues
CanRestoreValues
CanRestoreValues returns True if the binding group can restore each of its sources (during CancelEdit()) to the state they had at the time of the most recent BeginEdit(). This depends on whether the current sources provide a suitable mechanism to implement the rollback, such as IEditableObject.
public bool CanRestoreValues { get; }