BindingGroup.ValidatesOnNotifyDataError 속성
정의
NotifyDataErrorValidationRule을 포함할지 여부를 나타내는 값을 가져오거나 설정합니다.Gets or sets a value that indicates whether to include the NotifyDataErrorValidationRule.
public:
property bool ValidatesOnNotifyDataError { bool get(); void set(bool value); };
public bool ValidatesOnNotifyDataError { get; set; }
member this.ValidatesOnNotifyDataError : bool with get, set
Public Property ValidatesOnNotifyDataError As Boolean
속성 값
NotifyDataErrorValidationRule을 포함하면 true
이고, 그렇지 않으면 false
입니다.true
to include the NotifyDataErrorValidationRule; otherwise, false
. 기본값은 true
입니다.The default is true
.
설명
때 ValidatesOnNotifyDataError 됩니다 true
, 바인딩을 확인 하 고 구현 하는 데이터 소스에 의해 발생 하는 오류를 보고 INotifyDataErrorInfo합니다.When ValidatesOnNotifyDataError is true
, the binding checks for and reports errors that are raised by a data source that implements INotifyDataErrorInfo.