System.Web.UI.WebControls.WizardStepType Enumeration

Specifies the types of navigation UI that can be displayed for a step in a System.Web.UI.WebControls.Wizard control.

Syntax

public enum WizardStepType

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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 WizardStepType.Auto step type.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0