WizardStepType Enumeration
.NET Framework 4.5
Specifies the types of navigation UI that can be displayed for a step in a Wizard control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Auto | The navigation UI that is rendered for the step is determined automatically by the order in which the step is declared. | |
| Complete | The step is the last one to appear. No navigation buttons are rendered. | |
| Finish | The step is the final data collection step. Finish and Previous buttons are rendered for navigation. | |
| Start | The step is the first one to appear. A Next button is rendered but a Previous button is not rendered for this step. | |
| Step | The step is any step between the Start and the Finish steps. Previous and Next buttons are rendered for navigation. This step type is useful for overriding the Auto step type. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.