Binding.ValidatesOnNotifyDataErrors Propiedad

Definición

Obtiene o establece un valor que indica si se debe incluir .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

Valor de propiedad

true es para incluir ; NotifyDataErrorValidationRuleen caso contrario, falsees . El valor predeterminado es true.

Comentarios

Cuando ValidatesOnNotifyDataErrors es true, el enlace comprueba si hay errores e informa de los errores que genera un origen de datos que implementa INotifyDataErrorInfo.

Se aplica a