BindingGroup.ValidatesOnNotifyDataError Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda zahrnout 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

Hodnota vlastnosti

true NotifyDataErrorValidationRulezahrnout ; v opačném případě false. Výchozí hodnota je true.

Poznámky

Kdy ValidatesOnNotifyDataError je true, vazby kontroluje a hlásí chyby, které jsou vyvolány zdrojem dat, který implementuje INotifyDataErrorInfo.

Platí pro