Share via


MultiBinding.ValidatesOnNotifyDataErrors Vlastnost

Definice

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

Hodnota vlastnosti

true, jinak NotifyDataErrorValidationRulefalse. Výchozí formát je true.

Poznámky

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

Platí pro