ValidationSummary.ShowValidationErrors Propiedad

Definición

Obtiene o establece un valor que especifica si debe mostrarse el resumen de validación de los controles validadores.

public:
 property bool ShowValidationErrors { bool get(); void set(bool value); };
[System.Web.UI.Themeable(false)]
public bool ShowValidationErrors { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.ShowValidationErrors : bool with get, set
Public Property ShowValidationErrors As Boolean

Valor de propiedad

true si el resumen de validación de los controles de validador se debe mostrar; si no, false. De manera predeterminada, es true.

Atributos

Se aplica a