Gets the step in the Wizard.WizardSteps collection that is currently displayed to the user.
Documentation for this section has not yet been entered.
The Wizard.ActiveStep property returns the System.Web.UI.WebControls.WizardStepBase object that is currently displayed in the System.Web.UI.WebControls.Wizard control. The Wizard.ActiveStep property is read-only; however, you can use the Wizard.ActiveStep property to access the properties of the current System.Web.UI.WebControls.WizardStepBase object. Use the Wizard.ActiveStepIndex property to dynamically change the Wizard.ActiveStep to a different System.Web.UI.WebControls.WizardStepBase object. Alternatively, you can use the Wizard.MoveTo(WizardStepBase) method to dynamically set the Wizard.ActiveStep property.