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, 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.