Binding.ValidatesOnNotifyDataErrors 속성

정의

를 포함 NotifyDataErrorValidationRule할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ValidatesOnNotifyDataErrors { bool get(); void set(bool value); };
public bool ValidatesOnNotifyDataErrors { get; set; }
member this.ValidatesOnNotifyDataErrors : bool with get, set
Public Property ValidatesOnNotifyDataErrors As Boolean

속성 값

을 포함하려면 , 그렇지 않으면 .입니다. 기본값은 true입니다.

설명

이 경우 ValidatesOnNotifyDataErrors 바인딩은 true구현하는 데이터 원본에서 발생한 오류를 확인하고 보고합니다 INotifyDataErrorInfo.

적용 대상