ValidationSummary::ShowValidationErrors Property
.NET Framework (current version)
Gets or sets a value that specifies whether the validation summary from validator controls should be displayed.
Assembly: System.Web (in System.Web.dll)
public: [ThemeableAttribute(false)] property bool ShowValidationErrors { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the validation summary from validator controls should be displayed; otherwise, false. The default is true.
.NET Framework
Available since 4.5
Available since 4.5
Show: