BindingGroup.CanRestoreValues 속성
정의
바인딩의 각 소스에서 보류 중인 변경 내용을 삭제하고 원래 값을 복원할 수 있는지 여부를 가져옵니다.Gets whether each source in the binding can discard pending changes and restore the original values.
public:
property bool CanRestoreValues { bool get(); };
public bool CanRestoreValues { get; }
member this.CanRestoreValues : bool
Public ReadOnly Property CanRestoreValues As Boolean
속성 값
바인딩의 각 소스에서 보류 중인 변경 내용을 삭제하고 원래 값을 복원할 수 있으면 true
이고, 그렇지 않으면 false
입니다.true
if each source in the binding can discard pending changes and restore the original values; otherwise, false
.
설명
구현 하는 경우 원본 보류 중인 변경 내용을 취소할 수 IEditableObject입니다.A source can discard pending changes if it implements IEditableObject.