Binding.ValidatesOnNotifyDataErrors Propiedad

Definición

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

Boolean

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

Comentarios

Cuando ValidatesOnNotifyDataErrors es true, el enlace comprueba los errores y notifica los errores generados por un origen de datos que implementa INotifyDataErrorInfo.

Se aplica a