BindingGroup.ValidatesOnNotifyDataError プロパティ

定義

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 です。

注釈

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

適用対象