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, NotifyDataErrorValidationRulejinak . false Výchozí formát je true.

Poznámky

Když ValidatesOnNotifyDataError je true, vazba kontroluje a hlásí chyby vyvolané zdrojem dat, který implementuje INotifyDataErrorInfo.

Platí pro