BindingGroup.CanRestoreValues 属性

定义

获取绑定中的每个源是否可以放弃挂起的更改并还原原始值。

public:
 property bool CanRestoreValues { bool get(); };
public bool CanRestoreValues { get; }
member this.CanRestoreValues : bool
Public ReadOnly Property CanRestoreValues As Boolean

属性值

true 如果绑定中的每个源可以放弃挂起的更改并还原原始值,则为 ;否则,为 false.

注解

如果源实现,则可以放弃挂起的 IEditableObject更改。

适用于