CreateUserWizard::WizardSteps Property
.NET Framework (current version)
Gets a reference to a collection containing all the WizardStepBase objects defined for the control.
Assembly: System.Web (in System.Web.dll)
public: property WizardStepCollection^ WizardSteps { virtual WizardStepCollection^ get() override; }
Property Value
Type: System.Web.UI.WebControls::WizardStepCollection^A WizardStepCollection representing all the WizardStepBase objects defined for the CreateUserWizard control.
The WizardSteps property returns a collection of WizardStepBase objects that make up the CreateUserWizard control. You can use the WizardSteps collection to programmatically access the WizardStepBase objects contained in the CreateUserWizard control. Use the Add, Remove, Clear, and Insert methods to programmatically manipulate the WizardStepBase objects in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: