ValidationSummary.ShowValidationErrors Property

.NET Framework (current version)
 

Gets or sets a value that specifies whether the validation summary from validator controls should be displayed.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

<ThemeableAttribute(False)>
Public Property ShowValidationErrors As Boolean

Property Value

Type: System.Boolean

true if the validation summary from validator controls should be displayed; otherwise, false. The default is true.

.NET Framework
Available since 4.5
Return to top
Show: