BindingGroup.ValidatesOnNotifyDataError Propiedad

Definición

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

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

Comentarios

Cuando ValidatesOnNotifyDataError 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