ValidationSummary::HeaderText Property
.NET Framework (current version)
Gets or sets the header text displayed at the top of the summary.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The header text displayed at the top of the summary. The default is String::Empty.
Use this property to display a title for the ValidationSummary control.
The HeaderText property is not HTML encoded. Therefore, HTML tags can be included in HeaderText.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
The following code example demonstrates how to use the HeaderText property to display a title for the ValidationSummary control.
.NET Framework
Available since 1.1
Available since 1.1
Show: