WizardStepBase::StepType Property
Gets or sets the type of navigation user interface (UI) to display for a step in a Wizard control.
Assembly: System.Web (in System.Web.dll)
public: virtual property WizardStepType StepType { WizardStepType get (); void set (WizardStepType value); }
<asp:WizardStepBase StepType="WizardStepType" />
Property Value
Type: System.Web.UI.WebControls::WizardStepTypeOne of the WizardStepType enumeration values. The default value is WizardStepType.Auto.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The selected value is not one of the WizardStepType enumeration values. |
Use the StepType property to specify the type of navigation buttons to display for a step in a Wizard control. If you specify a value for this property, any steps marked as Complete displays in a disabled state in the sidebar.
If you do not specify a value for this property, the default is WizardStepType.Auto.
The following table lists the available settings for the StepType property and the resulting behavior of the step:
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.