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

プロパティ値

NotifyDataErrorValidationRule を含める場合は true。それ以外の場合は false。 既定値は、true です。

注釈

が の場合ValidatesOnNotifyDataErrors、バインディングは を実装するデータ ソースによって発生したエラーをチェックして報告しますINotifyDataErrorInfotrue

適用対象