Documentation for this section has not yet been entered.
The Wizard.HeaderText property defines the text caption that is displayed for the header area on the System.Web.UI.WebControls.Wizard control.
To control the style of the header area, use the Wizard.HeaderStyle property. Alternatively, you can define your own custom UI for the header row by setting the Wizard.HeaderTemplate property instead of the Wizard.HeaderText property.
If both the Wizard.HeaderText and Wizard.HeaderTemplate properties are defined, the Wizard.HeaderText property has no effect.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.