WizardStepBase::Title Property
Gets or sets the title to use for a step in a Wizard control when the sidebar feature is enabled.
Assembly: System.Web (in System.Web.dll)
<asp:WizardStepBase Title="String" />
Property Value
Type: System::StringThe title to use for a step in a Wizard control when the sidebar feature is enabled. The default value is an empty string ("").
Use the Title property to display a user-friendly title for a step in a Wizard control when the sidebar feature is enabled. If the Title property is not set and the sidebar feature is enabled, the value of the ID property is displayed for the sidebar button.
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 example demonstrates using the Title property to display a user-friendly title for a step in the Wizard control. In the example, Step1 does not have its Title property set, so it appears in the Wizard control as "WizardStep1". Step2 does have its Title property set, so it appears as "Step 2".
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.