ValidationSummary.ShowValidationErrors Propriedade

Definição

Obtém ou define um valor que especifica se o resumo de validação dos controles de validação devem ser exibidos.Gets or sets a value that specifies whether the validation summary from validator controls should be displayed.

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 da propriedade

Boolean

true Se o resumo de validação dos controles do validador deve ser exibido; caso contrário, false .true if the validation summary from validator controls should be displayed; otherwise, false. O padrão é true.The default is true.

Atributos

Aplica-se a