BindingGroup.ValidatesOnNotifyDataError Propriedade

Definição

Obtém ou define um valor que indica se deve incluir o 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

Valor de Propriedade

true para incluir o NotifyDataErrorValidationRule; caso contrário, false. A predefinição é true.

Observações

Quando ValidatesOnNotifyDataError é true, a ligação verifica e reporta erros que são gerados por uma fonte de dados que implementa INotifyDataErrorInfo.

Aplica-se a