This topic has not yet been rated - Rate this topic

WizardStepType Enumeration

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)
public enum WizardStepType
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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ