BindingGroup.ValidatesOnNotifyDataError Propiedad

Definición

Obtiene o establece un valor que indica si se va a incluir el objeto 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

Es true si se va a incluir el objeto NotifyDataErrorValidationRule; de lo contrario, es false. De manera predeterminada, es true.

Comentarios

Cuando ValidatesOnNotifyDataError es true, el enlace comprueba los errores y notifica los errores que genera un origen de datos que implementa INotifyDataErrorInfo.

Se aplica a