MultiBinding.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

注解

何时ValidatesOnNotifyDataErrorstrue,绑定会检查并报告由实现的INotifyDataErrorInfo数据源引发的错误。

适用于